| Index: remoting/host/it2me_host_user_interface.h
|
| diff --git a/remoting/host/it2me_host_user_interface.h b/remoting/host/it2me_host_user_interface.h
|
| index 11d39d69306f8b03f4a0e52283dd467a19e1464d..8b9da6af6b88df100b320bdd1dd6d8fe36e9224c 100644
|
| --- a/remoting/host/it2me_host_user_interface.h
|
| +++ b/remoting/host/it2me_host_user_interface.h
|
| @@ -67,11 +67,8 @@ class It2MeHostUserInterface : public HostStatusObserver {
|
| ContinueWindow* continue_window,
|
| LocalInputMonitor* monitor);
|
|
|
| - void OnConnect(const std::string& username);
|
| - void OnLastDisconnect();
|
| -
|
| - void ProcessOnConnect(const std::string& username);
|
| - void ProcessOnLastDisconnect();
|
| + void ProcessOnClientAuthenticated(const std::string& username);
|
| + void ProcessOnClientDisconnected();
|
|
|
| void MonitorLocalInputs(bool enable);
|
|
|
|
|