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

Unified Diff: components/metrics_services_manager/metrics_services_manager_client.h

Issue 2933953002: Make --enable-benchmarking not affect metrics recording. (Closed)
Patch Set: Created 3 years, 6 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_services_manager/metrics_services_manager_client.h
diff --git a/components/metrics_services_manager/metrics_services_manager_client.h b/components/metrics_services_manager/metrics_services_manager_client.h
index afbd601e79488374ddf2c036d1d9810729e4623e..5d4e50dcc05ab10593c0b62782506a73974a202f 100644
--- a/components/metrics_services_manager/metrics_services_manager_client.h
+++ b/components/metrics_services_manager/metrics_services_manager_client.h
@@ -51,9 +51,6 @@ class MetricsServicesManagerClient {
// Returns whether metrics reporting is enabled.
virtual bool IsMetricsReportingEnabled() = 0;
- // Whether the metrics services should record but not report metrics.
- virtual bool OnlyDoMetricsRecording() = 0;
-
// Update the running state of metrics services managed by the embedder, for
// example, crash reporting.
virtual void UpdateRunningServices(bool may_record, bool may_upload) {}
« no previous file with comments | « components/metrics_services_manager/metrics_services_manager.cc ('k') | ios/chrome/browser/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698