Index: remoting/host/chromoting_host.cc |
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc |
index 5b2a21d23ff1e05322d76b912452b768a9986a44..7039d8711f4a0f86b815fa4ca3e2e22423faa0ba 100644 |
--- a/remoting/host/chromoting_host.cc |
+++ b/remoting/host/chromoting_host.cc |
@@ -383,6 +383,7 @@ void ChromotingHost::LocalLoginSucceeded() { |
connection_->client_stub()->BeginSessionResponse( |
status, new DeleteTask<protocol::LocalLoginStatus>(status)); |
+ connection_->OnClientAuthenticated(); |
recorder_->Start(); |
} |