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

Unified Diff: remoting/base/constants.cc

Issue 2858813002: [Chromoting] Use ProcessStatsSender in host process
Patch Set: Created 3 years, 8 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/constants.h ('k') | remoting/host/client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/constants.cc
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index c61ec01f9e141bda89c7c0430cce4a2dbb42bef1..823b6cec85b639d0927e148f5eac12b2b4cb5c15 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -13,6 +13,7 @@ const char kControlChannelName[] = "control";
const char kEventChannelName[] = "event";
const char kVideoChannelName[] = "video";
const char kVideoStatsChannelNamePrefix[] = "video_stats:";
+const char kProcessStatsChannelName[] = "proc_stats";
const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8";
« no previous file with comments | « remoting/base/constants.h ('k') | remoting/host/client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698