summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_status_logger.cc
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-12-03 10:30:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-03 18:31:52 +0000
commit70b7cfef4880d46e948c354644f662104797a67b (patch)
treeede07d6a3fc73d4aaf58de667312afd87a5a7dbe /remoting/host/host_status_logger.cc
parent7e19cf539647c023733a4ceef45694eed5322bf8 (diff)
downloadchromium_src-70b7cfef4880d46e948c354644f662104797a67b.zip
chromium_src-70b7cfef4880d46e948c354644f662104797a67b.tar.gz
chromium_src-70b7cfef4880d46e948c354644f662104797a67b.tar.bz2
Remove QUIC support from remoting host and client.
Review URL: https://codereview.chromium.org/1493083002 Cr-Commit-Position: refs/heads/master@{#363013}
Diffstat (limited to 'remoting/host/host_status_logger.cc')
-rw-r--r--remoting/host/host_status_logger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_status_logger.cc b/remoting/host/host_status_logger.cc
index 24b84c7..d2407ee 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;
}
}