summaryrefslogtreecommitdiffstats
path: root/remoting/base/constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/constants.cc')
-rw-r--r--remoting/base/constants.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 90ea755..178ec91 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -12,6 +12,8 @@ const char kChromotingTokenDefaultServiceName[] = "chromiumsync";
const char kChromotingXmlNamespace[] = "google:remoting";
+const char kControlChannelName[] = "control";
+const char kEventChannelName[] = "event";
const char kVideoChannelName[] = "video";
const char kVideoRtpChannelName[] = "videortp";
const char kVideoRtcpChannelName[] = "videortpc";