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

Unified Diff: chrome/common/pref_names.cc

Issue 2425683004: Rename policy ReportArcStatus to ReportArcStatusEnabled (Closed)
Patch Set: Created 4 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 81283886b69d35f80b180e99ce9a39b5ade4ae4c..1792729f575b57020da80edbb094d5438c5b9040 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1857,7 +1857,7 @@ const char kLogoutStartedLast[] = "chromeos.logout-started";
const char kIsBootstrappingSlave[] = "is_oobe_bootstrapping_slave";
// A preference that controlles Android status reporting.
Thiemo Nagel 2016/10/18 10:12:22 Nit: controlles --> controls Nit: Also no need to
-const char kReportArcStatus[] = "arc.status_reporting";
+const char kReportArcStatusEnabled[] = "arc.status_reporting_enabled";
#endif // defined(OS_CHROMEOS)
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698