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

Unified Diff: components/content_settings/core/common/pref_names.cc

Issue 1252973002: Remove the migration code from content_settings::DefaultProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the media migration code. Created 5 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: components/content_settings/core/common/pref_names.cc
diff --git a/components/content_settings/core/common/pref_names.cc b/components/content_settings/core/common/pref_names.cc
index 4e78675bdac885f827de5fa763f1a37090c500e1..0dd75a668ab24489f32d24e8211c5e5814d4d58d 100644
--- a/components/content_settings/core/common/pref_names.cc
+++ b/components/content_settings/core/common/pref_names.cc
@@ -24,15 +24,6 @@ const char kContentSettingsPatternPairs[] =
const char kContentSettingsWindowLastTabIndex[] =
"content_settings_window.last_tab_index";
-// Dictionary of content settings applied to all hosts by default.
-// TODO(msramek): Deprecated. Use the individual preferences below.
-const char kDefaultContentSettings[] = "profile.default_content_settings";
-
-// Whether |kDefaultContentSettings| has already been migrated to
-// |kDefault<type>Setting| prefs.
-const char kMigratedDefaultContentSettings[] =
- "profile.migrated_default_content_settings";
battre 2015/07/27 08:32:36 I think there is traditionally one more step: Mov
msramek 2015/07/27 09:13:27 Done. But it cannot be called from static Register
-
// Preferences storing the default values for individual content settings.
const char kDefaultCookiesSetting[] =
"profile.default_content_setting_values.cookies";

Powered by Google App Engine
This is Rietveld 408576698