Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / connection_to_client.cc
index dd32452..a6d3143 100644 (file)
@@ -112,7 +112,9 @@ void ConnectionToClient::OnSessionStateChange(Session::State state) {
     case Session::CONNECTED:
       // Don't care about these events.
       break;
-
+    case Session::AUTHENTICATING:
+      handler_->OnConnectionAuthenticating(this);
+      break;
     case Session::AUTHENTICATED:
       // Initialize channels.
       control_dispatcher_.reset(new HostControlDispatcher());