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..627837e662bc76cc7cadaed594104164cf8b8ef1 100644 |
--- a/chrome/browser/metrics/metrics_reporting_state.h |
+++ b/chrome/browser/metrics/metrics_reporting_state.h |
@@ -19,8 +19,11 @@ 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(); |
+ |
+// Callback function for Chrome OS device settings change. |
+void onDeviceSettingsChange(); |
#endif // CHROME_BROWSER_METRICS_METRICS_REPORTING_STATE_H_ |