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

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: break common->metrics dependency 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
« no previous file with comments | « chromecast/metrics/DEPS ('k') | chromecast/metrics/cast_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
jochen (gone - plz use gerrit) 2014/10/01 07:33:30 you're already in namespace metrics, no?
gunsch 2014/10/01 23:42:45 Done.
}
} // namespace metrics
« no previous file with comments | « chromecast/metrics/DEPS ('k') | chromecast/metrics/cast_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698