Index: remoting/host/host_status_logger.cc |
diff --git a/remoting/host/host_status_logger.cc b/remoting/host/host_status_logger.cc |
index 24b84c7a8baac7b265ac912df8780bb689a39cd1..d2407eeb8b0d94f16296fee4344a32881991f0ee 100644 |
--- a/remoting/host/host_status_logger.cc |
+++ b/remoting/host/host_status_logger.cc |
@@ -60,7 +60,7 @@ void HostStatusLogger::OnClientRouteChange( |
const protocol::TransportRoute& route) { |
// Store connection type for the video channel. It is logged later |
// when client authentication is finished. |
- if (channel_name == kVideoChannelName || channel_name == kQuicChannelName) { |
+ if (channel_name == kVideoChannelName) { |
connection_route_type_[jid] = route.type; |
} |
} |