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

Unified Diff: remoting/base/constants.cc

Issue 2856243002: [Chromoting] Add ProcessStatsDispatcher to send process stats to the client
Patch Set: Partially resolve the review comments Created 3 years, 7 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/security_key/security_key_extension_session.cc » ('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..1ace8abfadad8396956d0314930b6bf0d17bdf03 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -16,4 +16,7 @@ const char kVideoStatsChannelNamePrefix[] = "video_stats:";
const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8";
+const char kSecurityKeyExtensionMessageType[] = "gnubby-auth";
+const char kProcessStatsExtensionMessageType[] = "process-stats";
+
} // namespace remoting
« no previous file with comments | « remoting/base/constants.h ('k') | remoting/host/security_key/security_key_extension_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698