| Index: remoting/host/log_to_server.cc
|
| diff --git a/remoting/host/log_to_server.cc b/remoting/host/log_to_server.cc
|
| index f86c91e53a3793d3e6c16737fdd10c7c1f7befc0..b29407bb41a784069d783fbcf59214d1e5e1ca95 100644
|
| --- a/remoting/host/log_to_server.cc
|
| +++ b/remoting/host/log_to_server.cc
|
| @@ -77,6 +77,11 @@ void LogToServer::OnClientDisconnected(const std::string& jid) {
|
| void LogToServer::OnAccessDenied(const std::string& jid) {
|
| }
|
|
|
| +void LogToServer::OnClientIpAddress(const std::string& jid,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& end_point) {
|
| +}
|
| +
|
| void LogToServer::OnShutdown() {
|
| }
|
|
|
|
|