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

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: Rebase. 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
« no previous file with comments | « components/content_settings/core/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 71818e2c1eb3c3ca2e2787af97a4ee6fb3f7e008..4c0ffb2be046ed13d01f28705466e2dde8c41416 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";
-
// Preferences storing the default values for individual content settings.
const char kDefaultCookiesSetting[] =
"profile.default_content_setting_values.cookies";
« no previous file with comments | « components/content_settings/core/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698