Index: remoting/host/log_to_server.cc |
diff --git a/remoting/host/log_to_server.cc b/remoting/host/log_to_server.cc |
index c93bbd9dec65f0e89895d5e6f545a0a3758114f9..a184de073fd4b538c1752c7fd66b6211c6c58bda 100644 |
--- a/remoting/host/log_to_server.cc |
+++ b/remoting/host/log_to_server.cc |
@@ -66,6 +66,11 @@ void LogToServer::OnSignalStrategyStateChange(SignalStrategy::State state) { |
} |
} |
+bool LogToServer::OnSignalStrategyIncomingStanza( |
+ const buzz::XmlElement* stanza) { |
+ return false; |
+} |
+ |
void LogToServer::OnClientConnected(const std::string& jid) { |
DCHECK(CalledOnValidThread()); |
LogSessionStateChange(jid, true); |