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

Unified Diff: chromecast/common/pref_names.h

Issue 701633002: Chromecast: adds handler to log metrics from external processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style nit Created 6 years, 1 month 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: chromecast/common/pref_names.h
diff --git a/chromecast/common/pref_names.h b/chromecast/common/pref_names.h
index 4b21a19eb9a7ecd5603cb8c55cfca0bca2198a3d..fe9f6ce1aecef5588d05667c91e8d2b8b008bbfa 100644
--- a/chromecast/common/pref_names.h
+++ b/chromecast/common/pref_names.h
@@ -9,8 +9,11 @@ namespace prefs {
extern const char kRemoteDebuggingPort[];
extern const char kStabilityChildProcessCrashCount[];
+extern const char kStabilityKernelCrashCount[];
+extern const char kStabilityOtherUserCrashCount[];
extern const char kStabilityRendererCrashCount[];
extern const char kStabilityRendererHangCount[];
+extern const char kStabilitySystemUncleanShutdownCount[];
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698