| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index 270c9ba36e1d26866aefc4a9748c30009aa26ed4..a97bf545be1317b1f2765a9382d28432c8c2f3a0 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -114,9 +114,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
|
|
| ////////////////////////////////////////////////////////////////////////////
|
| // ClientSession::EventHandler implementation.
|
| - virtual void LocalLoginSucceeded(
|
| - scoped_refptr<protocol::ConnectionToClient> client);
|
| - virtual void LocalLoginFailed(
|
| + virtual void OnAuthorizationComplete(
|
| scoped_refptr<protocol::ConnectionToClient> client);
|
|
|
| // SessionManager::Listener implementation.
|
|
|