aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/create_test_channel.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-01-11 11:10:43 -0800
committerGravatar yang-g <yangg@google.com>2017-01-11 11:10:43 -0800
commitcc5910228d84561d40cd8f0513faddc1e0100275 (patch)
tree930e2290e83bdaa04187ddc866982db354723801 /test/cpp/util/create_test_channel.h
parent3c42128a350f4e153cd3f098fa6b928addb99c58 (diff)
manual revert of #8901
Diffstat (limited to 'test/cpp/util/create_test_channel.h')
-rw-r--r--test/cpp/util/create_test_channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cpp/util/create_test_channel.h b/test/cpp/util/create_test_channel.h
index 4ff666dc1b..ce71a97edb 100644
--- a/test/cpp/util/create_test_channel.h
+++ b/test/cpp/util/create_test_channel.h
@@ -59,6 +59,10 @@ std::shared_ptr<Channel> CreateTestChannel(
const std::shared_ptr<CallCredentials>& creds,
const ChannelArguments& args);
+std::shared_ptr<Channel> CreateTestChannel(
+ const grpc::string& server, const grpc::string& credential_type,
+ const std::shared_ptr<CallCredentials>& creds);
+
} // namespace grpc
#endif // GRPC_TEST_CPP_UTIL_CREATE_TEST_CHANNEL_H