| Index: remoting/protocol/connection_to_client.cc
|
| diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
|
| index 8226b1fb81677356b00c657dfc326686be9837ff..e8c648ba9118157b02884c0de38d8edcb0ad2e1c 100644
|
| --- a/remoting/protocol/connection_to_client.cc
|
| +++ b/remoting/protocol/connection_to_client.cc
|
| @@ -136,10 +136,8 @@ void ConnectionToClient::OnSessionStateChange(Session::State state) {
|
|
|
| void ConnectionToClient::OnSessionRouteChange(
|
| const std::string& channel_name,
|
| - const net::IPEndPoint& remote_end_point,
|
| - const net::IPEndPoint& local_end_point) {
|
| - handler_->OnRouteChange(this, channel_name, remote_end_point,
|
| - local_end_point);
|
| + const TransportRoute& route) {
|
| + handler_->OnRouteChange(this, channel_name, route);
|
| }
|
|
|
| void ConnectionToClient::OnChannelInitialized(bool successful) {
|
|
|