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

Unified Diff: components/metrics/metrics_provider.cc

Issue 1891913002: Support saving browser metrics to disk and reading them during next run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove DCHECK_IS_ON from .h files because it's not always defined and don't want to add the include Created 4 years, 8 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 5ba7382be5e22f226ab5010dac1a17ab745c5cac..ddc13b57eedd942bc378d05f1e912fa03dad6360 100644
--- a/components/metrics/metrics_provider.cc
+++ b/components/metrics/metrics_provider.cc
@@ -51,4 +51,8 @@ void MetricsProvider::RecordHistogramSnapshots(
base::HistogramSnapshotManager* snapshot_manager) {
}
+void MetricsProvider::RecordStabilityHistogramSnapshots(
+ base::HistogramSnapshotManager* snapshot_manager) {
+}
+
} // namespace metrics

Powered by Google App Engine
This is Rietveld 408576698