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

Unified Diff: components/metrics/test_metrics_provider.cc

Issue 2671603002: Add network information to UKM (Closed)
Patch Set: provider test Created 3 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/test_metrics_provider.cc
diff --git a/components/metrics/test_metrics_provider.cc b/components/metrics/test_metrics_provider.cc
index db88ed4c80623529b37d818cd77cfb518704c9d8..ff420b867e4547bf7a72ebe0e02ff5db3588b2d7 100644
--- a/components/metrics/test_metrics_provider.cc
+++ b/components/metrics/test_metrics_provider.cc
@@ -33,4 +33,9 @@ void TestMetricsProvider::ProvideStabilityMetrics(
provide_stability_metrics_called_ = true;
}
+void TestMetricsProvider::ProvideSystemProfileMetrics(
+ SystemProfileProto* system_profile_proto) {
+ provide_system_profile_metrics_called_ = true;
+}
+
} // namespace metrics

Powered by Google App Engine
This is Rietveld 408576698