| Index: remoting/protocol/authenticator_test_base.h
|
| diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
|
| index 64d1c485b5b3396d829691d9b3c1658606431adf..84d121422b47abeb3ded4fa55f80c89e3cb7f7aa 100644
|
| --- a/remoting/protocol/authenticator_test_base.h
|
| +++ b/remoting/protocol/authenticator_test_base.h
|
| @@ -42,6 +42,7 @@ class AuthenticatorTestBase : public testing::Test {
|
|
|
| virtual void SetUp() OVERRIDE;
|
| void RunAuthExchange();
|
| + void RunAuthExchangeStep(Authenticator* sender, Authenticator* receiver);
|
| void RunChannelAuth(bool expected_fail);
|
|
|
| void OnHostConnected(net::Error error,
|
|
|