| 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);
|
|
|