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