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

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

Issue 23376002: Move ManagedModePolicyProvider functionality to ManagedUserSettingsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 3 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.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index c11ca7347ff4a3645f2c96b8dbb1557e23e63762..b46454e7907a7bb681e301f39c57035a43eafda4 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -337,21 +337,6 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kVariationsRestrictParameter,
prefs::kVariationsRestrictParameter,
Value::TYPE_STRING },
- { key::kContentPackDefaultFilteringBehavior,
- prefs::kDefaultManagedModeFilteringBehavior,
- Value::TYPE_INTEGER },
- { key::kContentPackManualBehaviorHosts,
- prefs::kManagedModeManualHosts,
- Value::TYPE_DICTIONARY },
- { key::kContentPackManualBehaviorURLs,
- prefs::kManagedModeManualURLs,
- Value::TYPE_DICTIONARY },
- // TODO(ibraaaa): Remove this when we finish moving
- // managed user settings out of the policy code.
- // http://crbug.com/280674
- { key::kUserDisplayName,
- prefs::kProfileName,
- Value::TYPE_STRING },
{ key::kSupervisedUserCreationEnabled,
prefs::kManagedUserCreationAllowed,
Value::TYPE_BOOLEAN },

Powered by Google App Engine
This is Rietveld 408576698