| Index: remoting/host/log_to_server.h
|
| diff --git a/remoting/host/log_to_server.h b/remoting/host/log_to_server.h
|
| index c26df44a1001af3a3ab9ede22b52f3f7d45f9763..df22b18a5b2e44a03e4aa8160e3dec45fef8203f 100644
|
| --- a/remoting/host/log_to_server.h
|
| +++ b/remoting/host/log_to_server.h
|
| @@ -51,6 +51,9 @@ class LogToServer : public base::NonThreadSafe,
|
| virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE;
|
| virtual void OnClientDisconnected(const std::string& jid) OVERRIDE;
|
| virtual void OnAccessDenied(const std::string& jid) OVERRIDE;
|
| + virtual void OnClientIpAddress(const std::string& jid,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& end_point) OVERRIDE;
|
| virtual void OnShutdown() OVERRIDE;
|
|
|
| private:
|
|
|