| Index: remoting/host/heartbeat_sender.h
|
| diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
|
| index 016db0f41b66836e67551d492371ee2263bd7e59..cdeb9453e5f8b78337e92dad106619ffd20d0727 100644
|
| --- a/remoting/host/heartbeat_sender.h
|
| +++ b/remoting/host/heartbeat_sender.h
|
| @@ -70,6 +70,7 @@ 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 OnShutdown() OVERRIDE;
|
|
|
| private:
|
|
|