| Index: remoting/host/host_status_observer.h
|
| diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
|
| index 29a7193c9e5052af137995a3331d4894a572a038..7a1fa6c3a955f61068546f30787ebbffc0a30f0a 100644
|
| --- a/remoting/host/host_status_observer.h
|
| +++ b/remoting/host/host_status_observer.h
|
| @@ -32,9 +32,10 @@ class HostStatusObserver {
|
|
|
| // Called on notification of a route change event, when a channel is
|
| // connected.
|
| - virtual void OnClientIpAddress(const std::string& jid,
|
| - const std::string& channel_name,
|
| - const net::IPEndPoint& end_point) { }
|
| + virtual void OnClientRouteChange(const std::string& jid,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& remote_end_point,
|
| + const net::IPEndPoint& local_end_point) { }
|
|
|
| // Called when the host shuts down.
|
| virtual void OnShutdown() = 0;
|
|
|