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

Unified Diff: remoting/protocol/authenticator_test_base.h

Issue 12389010: Refactor of Authenticator to allow it to ProcessMessage asynchronously and then call a callback (Closed) Base URL: http://git.chromium.org/chromium/src.git@host_key_pair
Patch Set: Add new states Created 7 years, 10 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 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,

Powered by Google App Engine
This is Rietveld 408576698