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

Unified Diff: chrome/common/pref_names.cc

Issue 108683003: Store gpu crashes in the systemprofileproto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extra comments Created 7 years 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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 6d6e6b32bd846333d58046e035789aed4d53752b..4e5d02061cf97eb5dba0f9974d4880c8e586234b 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1506,6 +1506,11 @@ const char kStabilityDebuggerPresent[] =
const char kStabilityDebuggerNotPresent[] =
"user_experience_metrics.stability.debugger_not_present";
+// Number of times the GPU process crashed since the last report.
+const char kStabilityGpuCrashCount[] =
+ "user_experience_metrics.stability.gpu_crash_count";
+
Alexei Svitkine (slow) 2013/12/13 22:37:22 Nit: Remove extra blank line.
rkaplow 2013/12/13 23:54:03 Done.
+
// The keys below are used for the dictionaries in the
// kStabilityPluginStats list.
const char kStabilityPluginName[] = "name";

Powered by Google App Engine
This is Rietveld 408576698