| Index: remoting/protocol/connection_to_host.h
|
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
|
| index 6ba89dc93c0a7b4024fb54efdb8a04ba1dad5f57..25d6d896616f73ba766ee169428f2d70ac59fc0f 100644
|
| --- a/remoting/protocol/connection_to_host.h
|
| +++ b/remoting/protocol/connection_to_host.h
|
| @@ -100,6 +100,8 @@ class ConnectionToHost : public SignalStrategy::Listener,
|
| // SignalStrategy::StatusObserver interface.
|
| virtual void OnSignalStrategyStateChange(
|
| SignalStrategy::State state) OVERRIDE;
|
| + virtual bool OnSignalStrategyIncomingStanza(
|
| + const buzz::XmlElement* stanza) OVERRIDE;
|
|
|
| // SessionManager::Listener interface.
|
| virtual void OnSessionManagerReady() OVERRIDE;
|
|
|