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

Unified Diff: remoting/base/constants.cc

Issue 1493083002: Remove QUIC support from remoting host and client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/base/constants.h ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/constants.cc
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 5ab419ad47ba60e148c543bd6cc7c393561ed831..88affff12fb08007458db2fb9baea97fbcdcb4e5 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -11,7 +11,6 @@ const char kChromotingXmlNamespace[] = "google:remoting";
const char kAudioChannelName[] = "audio";
const char kControlChannelName[] = "control";
const char kEventChannelName[] = "event";
-const char kQuicChannelName[] = "quic";
const char kVideoChannelName[] = "video";
const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8";
« no previous file with comments | « remoting/base/constants.h ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698