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

Unified Diff: components/metrics/metrics_provider.cc

Issue 1537743006: Persist setup metrics and have Chrome report them during UMA upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared-histograms
Patch Set: address (many) comments by Greg Created 4 years, 10 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: components/metrics/metrics_provider.cc
diff --git a/components/metrics/metrics_provider.cc b/components/metrics/metrics_provider.cc
index fb9f93140761483cfee7d2749bc2e950974d618a..3e9900a40be41bf289ab9f2c82c69bb1adc9da09 100644
--- a/components/metrics/metrics_provider.cc
+++ b/components/metrics/metrics_provider.cc
@@ -44,4 +44,8 @@ void MetricsProvider::ProvideGeneralMetrics(
ChromeUserMetricsExtension* uma_proto) {
}
+void MetricsProvider::RecordHistogramSnapshots(
+ base::HistogramSnapshotManager* hsm) {
+}
+
} // namespace metrics

Powered by Google App Engine
This is Rietveld 408576698