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; |