| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index b1cd128ff929ab99f422acc66c4b9a4421f6b264..b9bd76f8a5f50dbeb457d12435d71ba5eba27ae9 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -114,7 +114,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
|
|
| ////////////////////////////////////////////////////////////////////////////
|
| // 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;
|
|
|