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

Unified Diff: components/metrics/metrics_service.h

Issue 2333283005: Move EntropyProvider Source From MetricsService to MetricsServicesManager (Closed)
Patch Set: CR Feedback Created 4 years, 3 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_service.h
diff --git a/components/metrics/metrics_service.h b/components/metrics/metrics_service.h
index 36aeba19a423c1badc784bd3ae3a5cc02238417f..ecb4e5ccdaafb1864d30f875296b69a93a9f4c76 100644
--- a/components/metrics/metrics_service.h
+++ b/components/metrics/metrics_service.h
@@ -124,16 +124,6 @@ class MetricsService : public base::HistogramFlattener {
// Returns true if the last session exited cleanly.
bool WasLastShutdownClean() const;
- // Returns the preferred entropy provider used to seed persistent activities
- // based on whether or not metrics reporting will be permitted on this client.
- //
- // If metrics reporting is enabled, this method returns an entropy provider
- // that has a high source of entropy, partially based on the client ID.
- // Otherwise, it returns an entropy provider that is based on a low entropy
- // source.
- std::unique_ptr<const base::FieldTrial::EntropyProvider>
- CreateEntropyProvider();
-
// At startup, prefs needs to be called with a list of all the pref names and
// types we'll be using.
static void RegisterPrefs(PrefRegistrySimple* registry);

Powered by Google App Engine
This is Rietveld 408576698