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

Unified Diff: remoting/base/constants.h

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 | « no previous file | 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 c056e782a67363f8f49533c4c4f560514d4fb206..426c6592f47e11ac0c8c730be64b864f69d6ec1c 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -22,6 +22,12 @@ extern const char kMimeTypeTextUtf8[];
const int kDefaultDpi = 96;
+// Used as the type attribute of all Security Key protocol::ExtensionMessages.
+extern const char kSecurityKeyExtensionMessageType[];
+
+// Used as the type attribute of process stats protocol::ExtensionMessages.
+extern const char kProcessStatsExtensionMessageType[];
+
} // namespace remoting
#endif // REMOTING_BASE_CONSTANTS_H_
« no previous file with comments | « no previous file | remoting/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698