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 4c0ffb2be046ed13d01f28705466e2dde8c41416..0bf30130980e3d7028b0fccca26327697b21c2fa 100644 |
--- a/components/content_settings/core/common/pref_names.cc |
+++ b/components/content_settings/core/common/pref_names.cc |
@@ -13,12 +13,6 @@ const char kBlockThirdPartyCookies[] = "profile.block_third_party_cookies"; |
// Version of the pattern format used to define content settings. |
const char kContentSettingsVersion[] = "profile.content_settings.pref_version"; |
-// Patterns for mapping origins to origin related settings. Default settings |
-// will be applied to origins that don't match any of the patterns. The pattern |
-// format used is defined by kContentSettingsVersion. |
-const char kContentSettingsPatternPairs[] = |
- "profile.content_settings.pattern_pairs"; |
- |
// Integer that specifies the index of the tab the user was on when they |
// last visited the content settings window. |
const char kContentSettingsWindowLastTabIndex[] = |
@@ -139,12 +133,6 @@ const char kContentSettingsSiteEngagementPatternPairs[] = |
const char kContentSettingsDurableStoragePatternPairs[] = |
"profile.content_settings.exceptions.durable_storage"; |
-// Whether the patern pairs have been migrated from the deprecated aggregate |
-// preference |kContentSettingsPatternPairs| to the separate preferences |
-// |kContentSettings<type>PatternPairs|. |
-const char kMigratedContentSettingsPatternPairs[] = |
- "profile.migrated_content_settings_exceptions"; |
- |
// Preferences that are exclusively used to store managed values for default |
// content settings. |
const char kManagedDefaultCookiesSetting[] = |