| Index: chrome/browser/metrics/metrics_reporting_state.h
|
| diff --git a/chrome/browser/metrics/metrics_reporting_state.h b/chrome/browser/metrics/metrics_reporting_state.h
|
| index 4716929571f674c31041ecd4567a10e1b4b4f2bb..b1dd3c3892e4b0d695753b0fb24940375f0e1605 100644
|
| --- a/chrome/browser/metrics/metrics_reporting_state.h
|
| +++ b/chrome/browser/metrics/metrics_reporting_state.h
|
| @@ -19,8 +19,8 @@ void InitiateMetricsReportingChange(
|
| bool enabled,
|
| const OnMetricsReportingCallbackType& callback_fn);
|
|
|
| -// Returns whether MetricsReporting can be modified by the user (except CrOS and
|
| +// Returns whether MetricsReporting can be modified by the user (except
|
| // Android).
|
| -bool IsMetricsReportingUserChangable();
|
| +bool IsMetricsReportingPolicyManaged();
|
|
|
| #endif // CHROME_BROWSER_METRICS_METRICS_REPORTING_STATE_H_
|
|
|