| Index: remoting/host/log_to_server.h
|
| diff --git a/remoting/host/log_to_server.h b/remoting/host/log_to_server.h
|
| index 76523964559569aa711aeadb7a1e9b438641dd05..c1f844a5b4943624e8200416fa2f0755b058a264 100644
|
| --- a/remoting/host/log_to_server.h
|
| +++ b/remoting/host/log_to_server.h
|
| @@ -49,6 +49,8 @@ class LogToServer : public base::NonThreadSafe,
|
| // SignalStrategy::Listener interface.
|
| virtual void OnSignalStrategyStateChange(
|
| SignalStrategy::State state) OVERRIDE;
|
| + virtual bool OnSignalStrategyIncomingStanza(
|
| + const buzz::XmlElement* stanza) OVERRIDE;
|
|
|
| // HostStatusObserver interface.
|
| virtual void OnClientConnected(const std::string& jid) OVERRIDE;
|
|
|