Index: remoting/host/chromoting_host.h |
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
index 3e1fa741ccd7bf466c6e8a816bd3bd62086e4805..a6642d4becad02bf1f748b8575f8893421d2b79a 100644 |
--- a/remoting/host/chromoting_host.h |
+++ b/remoting/host/chromoting_host.h |
@@ -115,6 +115,7 @@ class ChromotingHost : public base::NonThreadSafe, |
//////////////////////////////////////////////////////////////////////////// |
// ClientSession::EventHandler implementation. |
+ virtual void OnSessionAuthenticating(ClientSession* client) OVERRIDE; |
virtual bool OnSessionAuthenticated(ClientSession* client) OVERRIDE; |
virtual void OnSessionChannelsConnected(ClientSession* client) OVERRIDE; |
virtual void OnSessionAuthenticationFailed(ClientSession* client) OVERRIDE; |