| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index 8b56ab9909e0af5363a199b7ebe9ad1ef22089ef..535e2a103b35cb9dd8203b20b6e40bc8f86b55e5 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -110,9 +110,11 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| virtual void OnSessionClosed(ClientSession* session) OVERRIDE;
|
| virtual void OnSessionSequenceNumber(ClientSession* session,
|
| int64 sequence_number) OVERRIDE;
|
| - virtual void OnSessionIpAddress(ClientSession* session,
|
| - const std::string& channel_name,
|
| - const net::IPEndPoint& end_point) OVERRIDE;
|
| + virtual void OnSessionIpAddress(
|
| + ClientSession* session,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& end_point,
|
| + const net::IPEndPoint& local_end_point) OVERRIDE;
|
|
|
| // SessionManager::Listener implementation.
|
| virtual void OnSessionManagerReady() OVERRIDE;
|
|
|