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

Unified Diff: chrome/browser/metrics/metrics_reporting_state.h

Issue 1411863002: Use kMetricsReportingEnabled instead of kStatsReporingPref on metrics side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: 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_

Powered by Google App Engine
This is Rietveld 408576698