| Index: remoting/host/heartbeat_sender.cc
|
| diff --git a/remoting/host/heartbeat_sender.cc b/remoting/host/heartbeat_sender.cc
|
| index b011313001b4576b1e190bfcfd54e0eccc849194..8edc340707d5c21faed63a62f03dcab05870c3cd 100644
|
| --- a/remoting/host/heartbeat_sender.cc
|
| +++ b/remoting/host/heartbeat_sender.cc
|
| @@ -89,6 +89,7 @@ void HeartbeatSender::OnSignallingDisconnected() {
|
| // Ignore any notifications other than signalling
|
| // connected/disconnected events.
|
| void HeartbeatSender::OnAccessDenied() { }
|
| +void HeartbeatSender::OnAuthenticatedClientsChanged(int clients) { }
|
| void HeartbeatSender::OnShutdown() { }
|
|
|
| void HeartbeatSender::DoSendStanza() {
|
|
|