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

Unified Diff: components/metrics/metrics_service.h

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_provider.cc ('k') | components/metrics/metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service.h
diff --git a/components/metrics/metrics_service.h b/components/metrics/metrics_service.h
index f00dcc760ab43077b827ae35285012f4fe070ec2..36427b1e7b588ab92ce6e1b1ad84ae4dfd65f29b 100644
--- a/components/metrics/metrics_service.h
+++ b/components/metrics/metrics_service.h
@@ -198,9 +198,6 @@ class MetricsService : public base::HistogramFlattener {
int message_size,
bool is_cellular);
- // Merge any data from metrics providers into the global StatisticsRecorder.
- void MergeHistogramDeltas();
-
protected:
// Exposed for testing.
MetricsLogManager* log_manager() { return &log_manager_; }
« no previous file with comments | « components/metrics/metrics_provider.cc ('k') | components/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698