| Index: remoting/host/heartbeat_sender.h
|
| diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
|
| index 582bc28f455eb4330dd69c66376e577c28f76bba..63c9576621391a079e9902b1597d94e59747e78a 100644
|
| --- a/remoting/host/heartbeat_sender.h
|
| +++ b/remoting/host/heartbeat_sender.h
|
| @@ -75,8 +75,7 @@ class HeartbeatSender : public HostStatusObserver {
|
| bool Init();
|
|
|
| // HostStatusObserver implementation.
|
| - virtual void OnSignallingConnected(SignalStrategy* signal_strategy,
|
| - const std::string& full_jid) OVERRIDE;
|
| + virtual void OnSignallingConnected(SignalStrategy* signal_strategy) OVERRIDE;
|
| virtual void OnSignallingDisconnected() OVERRIDE;
|
| virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE;
|
| virtual void OnClientDisconnected(const std::string& jid) OVERRIDE;
|
|
|