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

Unified Diff: chrome/common/pref_names.h

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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index f94dc28c523c2c91f8f4fc5aa98adf8ac8510ca5..196bf8d922c0170d47387f0ee7778808d026a442 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -483,6 +483,8 @@ extern const char kStabilityBreakpadRegistrationSuccess[];
extern const char kStabilityBreakpadRegistrationFail[];
extern const char kStabilityDebuggerPresent[];
extern const char kStabilityDebuggerNotPresent[];
+extern const char kStabilityGpuCrashCount[];
+
Alexei Svitkine (slow) 2013/12/13 22:37:22 Nit: Remove extra blank line.
rkaplow 2013/12/13 23:54:03 Done.
extern const char kStabilityPluginStats[];
extern const char kStabilityPluginName[];

Powered by Google App Engine
This is Rietveld 408576698