| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 7a3c76c44c626c91f5ad78f8affd6995c8bbdef6..2661e0e30339b715d2f952122f1672f2930bb38e 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -210,6 +210,11 @@ void ClientSession::DeliverClientMessage(
|
| << message.type() << ": " << message.data();
|
| }
|
|
|
| +void ClientSession::OnConnectionAuthenticating(
|
| + protocol::ConnectionToClient* connection) {
|
| + event_handler_->OnSessionAuthenticating(this);
|
| +}
|
| +
|
| void ClientSession::OnConnectionAuthenticated(
|
| protocol::ConnectionToClient* connection) {
|
| DCHECK(CalledOnValidThread());
|
|
|