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

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: Removed more unnecessary includes. 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 f1f7ccc89826f052eade0435967867c6c3e58be8..fc0d3705eb7bbb9be253c0bc8d74095f853ceaf9 100644
--- a/content/browser/devtools/devtools_protocol_constants.cc
+++ b/content/browser/devtools/devtools_protocol_constants.cc
@@ -69,6 +69,14 @@ namespace dataCollected {
}
} // Tracing
+namespace SystemInfo {
+ const char kName[] = "SystemInfo";
+
+namespace getGPUInfo {
+ const char kName[] = "SystemInfo.getGPUInfo";
+} // getGPUInfo
+} // SystemInfo
+
} // devtools
} // content

Powered by Google App Engine
This is Rietveld 408576698