| Index: remoting/host/heartbeat_sender.h
|
| diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
|
| index 0cb71bbf475863d4800b25ed706b103a7c1ae8e7..d914e556dae25239edb68712e4cc730085c627ed 100644
|
| --- a/remoting/host/heartbeat_sender.h
|
| +++ b/remoting/host/heartbeat_sender.h
|
| @@ -70,7 +70,10 @@ class HeartbeatSender : public HostStatusObserver {
|
| virtual void OnSignallingConnected(SignalStrategy* signal_strategy,
|
| const std::string& full_jid) OVERRIDE;
|
| virtual void OnSignallingDisconnected() OVERRIDE;
|
| - virtual void OnAuthenticatedClientsChanged(int clients) OVERRIDE;
|
| + virtual void OnClientAuthenticated(
|
| + remoting::protocol::ConnectionToClient* client) OVERRIDE;
|
| + virtual void OnClientDisconnected(
|
| + remoting::protocol::ConnectionToClient* client) OVERRIDE;
|
| virtual void OnAccessDenied() OVERRIDE;
|
| virtual void OnShutdown() OVERRIDE;
|
|
|
|
|