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

Unified Diff: remoting/base/constants.h

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/compound_buffer.cc ('k') | 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 43e356478d99b2388de1cf1b203a12b243ca4af0..64faee0411e335fb9b83d3b2ddfef6f624b03004 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -14,9 +14,8 @@ extern const char kChromotingXmlNamespace[];
extern const char kAudioChannelName[];
extern const char kControlChannelName[];
extern const char kEventChannelName[];
+extern const char kQuicChannelName[];
extern const char kVideoChannelName[];
-extern const char kVideoRtpChannelName[];
-extern const char kVideoRtcpChannelName[];
// MIME types for the clipboard.
extern const char kMimeTypeTextUtf8[];
« no previous file with comments | « remoting/base/compound_buffer.cc ('k') | remoting/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698