summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/authenticator_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/authenticator_test_base.h')
-rw-r--r--remoting/protocol/authenticator_test_base.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
index 9b299db..e20774a 100644
--- a/remoting/protocol/authenticator_test_base.h
+++ b/remoting/protocol/authenticator_test_base.h
@@ -41,7 +41,9 @@ class AuthenticatorTestBase : public testing::Test {
};
static void ContinueAuthExchangeWith(Authenticator* sender,
- Authenticator* receiver);
+ Authenticator* receiver,
+ bool sender_started,
+ bool receiver_srated);
virtual void SetUp() OVERRIDE;
void RunAuthExchange();
void RunHostInitiatedAuthExchange();