Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1258)

Unified Diff: remoting/protocol/connection_to_host.cc

Issue 126123002: Show connection type in web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing Android implementation. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/connection_to_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cdaf4b61a06c4955904cc2de28f91af4799beaed 100644
--- a/remoting/protocol/connection_to_host.cc
+++ b/remoting/protocol/connection_to_host.cc
@@ -212,8 +212,7 @@ void ConnectionToHost::OnSessionStateChange(
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,
« no previous file with comments | « remoting/protocol/connection_to_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698