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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 11299035: Support manual (white|black)list, previewing and allowing after interstitial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split navigated_urls in two and refactor. Created 8 years, 1 month 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/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 615f1725ef1fa9bb23015a5564b09169684c3fdf..eb42ff2536fa012fd72953b6ad3322917c16ccb6 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -322,7 +322,6 @@ void ProfileImpl::RegisterUserPrefs(PrefService* prefs) {
false,
PrefService::SYNCABLE_PREF);
- // Preferences for whitelist and blacklists
prefs->RegisterListPref(prefs::kManagedModeWhitelist,
new ListValue(),
PrefService::UNSYNCABLE_PREF);

Powered by Google App Engine
This is Rietveld 408576698