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

Unified Diff: remoting/base/constants.h

Issue 2856243002: [Chromoting] Add ProcessStatsDispatcher to send process stats to the client
Patch Set: Change ProcessStatsDispatcher into ProcessStatsAgent and send the message through ClientStub 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 | « no previous file | remoting/base/constants.cc » ('j') | remoting/base/constants.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 c056e782a67363f8f49533c4c4f560514d4fb206..11b1789d0c765fb543a4c9842e19eaeed07814dd 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -16,12 +16,23 @@ extern const char kControlChannelName[];
extern const char kEventChannelName[];
extern const char kVideoChannelName[];
extern const char kVideoStatsChannelNamePrefix[];
+extern const char kProcessStatsChannelName[];
joedow 2017/05/26 16:14:10 I don't see this being used in the current iterati
Hzj_jie 2017/05/26 20:42:16 I forgot to remove it.
// MIME types for the clipboard.
extern const char kMimeTypeTextUtf8[];
const int kDefaultDpi = 96;
+namespace extension_message {
+
+// Used as the type attribute of all Security Key protocol::ExtensionMessages.
+extern const char kSecurityKeyType[];
joedow 2017/05/26 16:14:10 This is a nice addition, thanks!
Hzj_jie 2017/05/26 20:42:16 :)
+
+// Used as the type attribute of process stats protocol::ExtensionMessages.
+extern const char kProcessStatsType[];
+
+} // namespace extension_message
+
} // namespace remoting
#endif // REMOTING_BASE_CONSTANTS_H_
« no previous file with comments | « no previous file | remoting/base/constants.cc » ('j') | remoting/base/constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698