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

Unified Diff: remoting/protocol/connection_to_client.cc

Issue 12326090: Third Party authentication protocol. (Closed) Base URL: http://git.chromium.org/chromium/src.git@host_key_pair
Patch Set: Split authenticator into base, client, host 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/connection_to_client.cc
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
index d3814ba47a8d3f96e84b7f7b2de2dda62e6d5b34..c3a78169b2e88b22eb538d08f9cc14992bb46bfb 100644
--- a/remoting/protocol/connection_to_client.cc
+++ b/remoting/protocol/connection_to_client.cc
@@ -108,6 +108,7 @@ void ConnectionToClient::OnSessionStateChange(Session::State state) {
switch(state) {
case Session::INITIALIZING:
case Session::CONNECTING:
+ case Session::ACCEPTING:
case Session::CONNECTED:
// Don't care about these events.
break;

Powered by Google App Engine
This is Rietveld 408576698