| Index: remoting/protocol/authenticator_test_base.h
|
| diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
|
| index 2fb4e75a33b613bd8a2e8b4bcada11ea26506099..5c840dc0dc1300ae69b42420de5730f37bb17e82 100644
|
| --- a/remoting/protocol/authenticator_test_base.h
|
| +++ b/remoting/protocol/authenticator_test_base.h
|
| @@ -44,6 +44,7 @@ class AuthenticatorTestBase : public testing::Test {
|
| Authenticator* receiver);
|
| virtual void SetUp() OVERRIDE;
|
| void RunAuthExchange();
|
| + void RunHostInitiatedAuthExchange();
|
| void RunChannelAuth(bool expected_fail);
|
|
|
| void OnHostConnected(net::Error error,
|
| @@ -54,6 +55,7 @@ class AuthenticatorTestBase : public testing::Test {
|
| MessageLoop message_loop_;
|
|
|
| scoped_refptr<RsaKeyPair> key_pair_;
|
| + std::string host_public_key_;
|
| std::string host_cert_;
|
| scoped_ptr<Authenticator> host_;
|
| scoped_ptr<Authenticator> client_;
|
|
|