Index: remoting/base/constants.h |
diff --git a/remoting/base/constants.h b/remoting/base/constants.h |
index d464fa4a58458bbee94ed7ff394ca706700228fd..6efa408dd5c10d7e26ce3c4b05a0691228a0bbc6 100644 |
--- a/remoting/base/constants.h |
+++ b/remoting/base/constants.h |
@@ -17,6 +17,11 @@ extern const char kChromotingTokenDefaultServiceName[]; |
// Namespace used for chromoting XMPP stanzas. |
extern const char kChromotingXmlNamespace[]; |
+// Channel names. |
+extern const char kVideoChannelName[]; |
+extern const char kVideoRtpChannelName[]; |
+extern const char kVideoRtcpChannelName[]; |
+ |
} // namespace remoting |
#endif // REMOTING_BASE_CONSTANTS_H_ |