summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/chromoting_client.cc')
-rw-r--r--remoting/client/chromoting_client.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
index 0449d8f..f205d1e 100644
--- a/remoting/client/chromoting_client.cc
+++ b/remoting/client/chromoting_client.cc
@@ -233,6 +233,12 @@ void ChromotingClient::BeginSessionResponse(
return;
}
+ // Inform the connection that the client has been authenticated. This will
+ // enable the communication channels.
+ if (msg->success()) {
+ connection_->OnClientAuthenticated();
+ }
+
view_->UpdateLoginStatus(msg->success(), msg->error_info());
done->Run();
delete done;