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

Unified Diff: content/browser/devtools/devtools_protocol_constants.cc

Issue 21682002: Expose GPU information to Telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed pfeldman's feedback. Added SystemInfo, simplified, fixed bugs in protocol implementation.… Created 7 years, 4 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
Index: content/browser/devtools/devtools_protocol_constants.cc
diff --git a/content/browser/devtools/devtools_protocol_constants.cc b/content/browser/devtools/devtools_protocol_constants.cc
index c689ea1b7cb60e2cf5157bd899b3f70ebd383784..a3e5aa0cef55082d07028f2acc9d0ddc1991d424 100644
--- a/content/browser/devtools/devtools_protocol_constants.cc
+++ b/content/browser/devtools/devtools_protocol_constants.cc
@@ -72,6 +72,14 @@ namespace dataCollected {
}
} // Tracing
+namespace SystemInfo {
+ const char kName[] = "SystemInfo";
+
+namespace getInfo {
+ const char kName[] = "SystemInfo.getInfo";
+} // getInfo
+} // SystemInfo
+
} // devtools
} // content

Powered by Google App Engine
This is Rietveld 408576698