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

Unified Diff: remoting/protocol/connection_to_host.cc

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/connection_to_host.cc
diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc
index cdaf4b61a06c4955904cc2de28f91af4799beaed..978da568b9f7332fafa6aa1a32947224e9a0e481 100644
--- a/remoting/protocol/connection_to_host.cc
+++ b/remoting/protocol/connection_to_host.cc
@@ -152,6 +152,7 @@ void ConnectionToHost::OnSessionStateChange(
case Session::CONNECTING:
case Session::ACCEPTING:
case Session::CONNECTED:
+ case Session::AUTHENTICATING:
// Don't care about these events.
break;

Powered by Google App Engine
This is Rietveld 408576698