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

Unified Diff: remoting/base/constants.h

Issue 2176443002: Add client and host dispatchers for video_stats channel to send video stats from host to client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_channel
Patch Set: . Created 4 years, 5 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') | remoting/protocol/client_video_stats_dispatcher.cc » ('J')
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 8048ae23948e1699092a05a11f6baaf734551cad..c056e782a67363f8f49533c4c4f560514d4fb206 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -15,6 +15,7 @@ extern const char kAudioChannelName[];
extern const char kControlChannelName[];
extern const char kEventChannelName[];
extern const char kVideoChannelName[];
+extern const char kVideoStatsChannelNamePrefix[];
// MIME types for the clipboard.
extern const char kMimeTypeTextUtf8[];
« no previous file with comments | « no previous file | remoting/base/constants.cc » ('j') | remoting/protocol/client_video_stats_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698