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

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: DEPS changes not caught by git cl presubmit Created 6 years, 2 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
« no previous file with comments | « chromecast/common/chromecast_config.cc ('k') | chromecast/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromecast/common/chromecast_config.cc ('k') | chromecast/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698