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

Unified Diff: chromecast/metrics/cast_metrics_prefs.cc

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/metrics/cast_metrics_prefs.cc
diff --git a/chromecast/metrics/cast_metrics_prefs.cc b/chromecast/metrics/cast_metrics_prefs.cc
index 9138aa74dd03d50a69713c1eb8f71f03d2683ad6..7815bcd352baeab24504de84c088213cab9fdadc 100644
--- a/chromecast/metrics/cast_metrics_prefs.cc
+++ b/chromecast/metrics/cast_metrics_prefs.cc
@@ -4,6 +4,7 @@
#include "chromecast/metrics/cast_metrics_prefs.h"
+#include "chromecast/metrics/cast_stability_metrics_provider.h"
#include "components/metrics/metrics_service.h"
namespace chromecast {
@@ -11,6 +12,7 @@ namespace metrics {
void RegisterPrefs(PrefRegistrySimple* registry) {
::metrics::MetricsService::RegisterPrefs(registry);
+ metrics::CastStabilityMetricsProvider::RegisterPrefs(registry);
}
} // namespace metrics

Powered by Google App Engine
This is Rietveld 408576698