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

Unified Diff: remoting/base/constants.h

Issue 7508044: Remove video_channel() from Session interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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 | « no previous file | remoting/base/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | remoting/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698