| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index 35ef3737668e73d3acb9ddedc900e5b42cf6c5fa..9a37685cf1033bfc21554df157885b2aa026ce04 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -111,7 +111,7 @@ class ChromotingHost : public base::NonThreadSafe,
|
|
|
| ////////////////////////////////////////////////////////////////////////////
|
| // ClientSession::EventHandler implementation.
|
| - virtual void OnSessionAuthenticated(ClientSession* client) OVERRIDE;
|
| + virtual bool OnSessionAuthenticated(ClientSession* client) OVERRIDE;
|
| virtual void OnSessionChannelsConnected(ClientSession* client) OVERRIDE;
|
| virtual void OnSessionAuthenticationFailed(ClientSession* client) OVERRIDE;
|
| virtual void OnSessionClosed(ClientSession* session) OVERRIDE;
|
|
|