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

Unified Diff: chromecast/common/pref_names.h

Issue 602393004: Chromecast: adds stability metrics provider to track crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm LOAD_START Created 6 years, 3 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: chromecast/common/pref_names.h
diff --git a/chromecast/common/pref_names.h b/chromecast/common/pref_names.h
index 669f19d10e39a004dd3adc7719c9378b5eafeda4..4b21a19eb9a7ecd5603cb8c55cfca0bca2198a3d 100644
--- a/chromecast/common/pref_names.h
+++ b/chromecast/common/pref_names.h
@@ -8,6 +8,9 @@
namespace prefs {
extern const char kRemoteDebuggingPort[];
+extern const char kStabilityChildProcessCrashCount[];
+extern const char kStabilityRendererCrashCount[];
+extern const char kStabilityRendererHangCount[];
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698