| Index: remoting/host/heartbeat_sender.h
|
| diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
|
| index f30c07af1136f24d617036210e8889188d503853..2100b67b5ef95d66e34b2d5df9508bcaab75ad19 100644
|
| --- a/remoting/host/heartbeat_sender.h
|
| +++ b/remoting/host/heartbeat_sender.h
|
| @@ -74,10 +74,8 @@ class HeartbeatSender : public HostStatusObserver {
|
| virtual void OnSignallingConnected(SignalStrategy* signal_strategy,
|
| const std::string& full_jid) OVERRIDE;
|
| virtual void OnSignallingDisconnected() OVERRIDE;
|
| - virtual void OnClientAuthenticated(
|
| - remoting::protocol::ConnectionToClient* client) OVERRIDE;
|
| - virtual void OnClientDisconnected(
|
| - remoting::protocol::ConnectionToClient* client) OVERRIDE;
|
| + virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE;
|
| + virtual void OnClientDisconnected(const std::string& jid) OVERRIDE;
|
| virtual void OnAccessDenied() OVERRIDE;
|
| virtual void OnShutdown() OVERRIDE;
|
|
|
|
|