Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: remoting/protocol/authenticator_test_base.h

Issue 205583011: [Draft] Fix canceling pin prompt causes host overload (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unittest to chromoting_host and jingle_session Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/protocol/authenticator_test_base.h
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
index 9b299db776c7864441f1774180c8b160b9c0b897..e20774ac90d7b5c0e5149e0cb160472c72c57ec2 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();

Powered by Google App Engine
This is Rietveld 408576698