diff options
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index 525a0dd..5a5959f 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -107,6 +107,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, //////////////////////////////////////////////////////////////////////////// // DesktopEnvironment::EventHandler implementations virtual void LocalLoginSucceeded(); + virtual void LocalLoginFailed(); // Callback for ChromotingServer. void OnNewClientSession( |