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

Unified Diff: components/metrics/metrics_service.cc

Issue 2658163002: Merge histograms from providers into StatisticsRecorder for display. (Closed)
Patch Set: rebased Created 3 years, 11 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 | « components/metrics/metrics_service.h ('k') | content/browser/histogram_internals_request_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service.cc
diff --git a/components/metrics/metrics_service.cc b/components/metrics/metrics_service.cc
index 55164d1f2c013d91edb20b6b4f97f65d78d664cf..7e5b492ffc1f660f0a8eb6a6d3222b3ff01b5c9f 100644
--- a/components/metrics/metrics_service.cc
+++ b/components/metrics/metrics_service.cc
@@ -559,11 +559,6 @@ void MetricsService::UpdateMetricsUsagePrefs(const std::string& service_name,
}
}
-void MetricsService::MergeHistogramDeltas() {
- for (MetricsProvider* provider : metrics_providers_)
- provider->MergeHistogramDeltas();
-}
-
//------------------------------------------------------------------------------
// private methods
//------------------------------------------------------------------------------
« no previous file with comments | « components/metrics/metrics_service.h ('k') | content/browser/histogram_internals_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698