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"; |