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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 2127113002: Policy to control ARC Backup&Restore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove default_for_enterprise_users Created 4 years, 5 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/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 634c10a79c3ae307c0106036d6d11bde99bdbec1..1fdeb013d80b23c84334b7b3260622001437703c 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -512,6 +512,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kArcEnabled,
prefs::kArcEnabled,
base::Value::TYPE_BOOLEAN },
+ { key::kArcBackupRestoreEnabled,
+ prefs::kArcBackupRestoreEnabled,
+ base::Value::TYPE_BOOLEAN },
#endif // defined(OS_CHROMEOS)
// Metrics reporting is controlled by a platform specific policy for ChromeOS

Powered by Google App Engine
This is Rietveld 408576698