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

Unified Diff: remoting/base/constants.cc

Issue 1273233002: Implement QuicChannel and QuicChannelFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/base/constants.h ('k') | remoting/protocol/BUILD.gn » ('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 172c73ea9e361ba24d3f936679ab476b6452f468..5ab419ad47ba60e148c543bd6cc7c393561ed831 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -11,9 +11,8 @@ 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 kVideoRtpChannelName[] = "videortp";
-const char kVideoRtcpChannelName[] = "videortpc";
const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8";
« no previous file with comments | « remoting/base/constants.h ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698