| Index: remoting/protocol/connection_to_host.cc
|
| diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc
|
| index e35ba22810efcc6046e55f2a8236c233592fc0db..686e8e9ff0ddf70312fe89b8ddc82fdf7fa567ce 100644
|
| --- a/remoting/protocol/connection_to_host.cc
|
| +++ b/remoting/protocol/connection_to_host.cc
|
| @@ -214,6 +214,7 @@ void ConnectionToHost::OnSessionRouteChange(const std::string& channel_name,
|
| const TransportRoute& route) {
|
| VLOG(0) << "Using " << TransportRoute::GetTypeString(route.type)
|
| << " connection for " << channel_name << " channel";
|
| + event_callback_->OnRouteChanged(channel_name, route);
|
| }
|
|
|
| void ConnectionToHost::OnSessionChannelReady(const std::string& channel_name,
|
|
|