| Index: remoting/host/host_event_logger.h
|
| diff --git a/remoting/host/host_event_logger.h b/remoting/host/host_event_logger.h
|
| index 1944756abe5331027b210c93319918a501b7835c..3c92bd638f07609726ece26f48a62fb5abe462aa 100644
|
| --- a/remoting/host/host_event_logger.h
|
| +++ b/remoting/host/host_event_logger.h
|
| @@ -28,9 +28,11 @@ class HostEventLogger : public HostStatusObserver {
|
| 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 OnClientRouteChange(
|
| + const std::string& jid,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& remote_end_point,
|
| + const net::IPEndPoint& local_end_point) OVERRIDE;
|
| virtual void OnShutdown() OVERRIDE;
|
|
|
| private:
|
|
|