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

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

Issue 110643005: Refactored the URLBlacklistManager to avoid chrome/ and content/ dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed usage of SigninManager Created 7 years 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 be2a138cccfb2261d2524637c39ca5ca6c936b5e..ed2321670872031f4805adbe0f5b498f01fe4366 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -303,7 +303,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
prefs::kMaxConnectionsPerProxy,
Value::TYPE_INTEGER },
{ key::kURLWhitelist,
- prefs::kUrlWhitelist,
+ policy_prefs::kUrlWhitelist,
Value::TYPE_LIST },
{ key::kEnableMemoryInfo,
prefs::kEnableMemoryInfo,

Powered by Google App Engine
This is Rietveld 408576698