Index: remoting/protocol/authenticator_test_base.h |
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h |
index fc4856c5ca5f8b0ccbc85a40e5c7867116cb3987..4a433478383c417287d21432a0bb0cf7ce2d1940 100644 |
--- a/remoting/protocol/authenticator_test_base.h |
+++ b/remoting/protocol/authenticator_test_base.h |
@@ -40,6 +40,8 @@ class AuthenticatorTestBase : public testing::Test { |
MOCK_METHOD1(OnDone, void(net::Error error)); |
}; |
+ static void ContinueAuthExchangeWith(Authenticator* sender, |
+ Authenticator* receiver); |
virtual void SetUp() OVERRIDE; |
void RunAuthExchange(); |
void RunChannelAuth(bool expected_fail); |