| Index: components/content_settings/core/browser/website_settings_registry.cc
|
| diff --git a/components/content_settings/core/browser/website_settings_registry.cc b/components/content_settings/core/browser/website_settings_registry.cc
|
| index 7fd4f40ab21030d178c9718f67637234de38d450..019037c21ef3ab230eb0acb2291d6e79ed3bf011 100644
|
| --- a/components/content_settings/core/browser/website_settings_registry.cc
|
| +++ b/components/content_settings/core/browser/website_settings_registry.cc
|
| @@ -142,6 +142,7 @@ void WebsiteSettingsRegistry::Init() {
|
| WebsiteSettingsInfo::REQUESTING_ORIGIN_AND_TOP_LEVEL_ORIGIN_SCOPE,
|
| DESKTOP | PLATFORM_ANDROID,
|
| WebsiteSettingsInfo::DONT_INHERIT_IN_INCOGNITO);
|
| + // TODO(raymes): Deprecated. See crbug.com/681709. Remove after M60.
|
| Register(CONTENT_SETTINGS_TYPE_PROMPT_NO_DECISION_COUNT,
|
| "prompt-no-decision-count", nullptr, WebsiteSettingsInfo::UNSYNCABLE,
|
| WebsiteSettingsInfo::NOT_LOSSY,
|
| @@ -153,6 +154,12 @@ void WebsiteSettingsRegistry::Init() {
|
| WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE,
|
| DESKTOP | PLATFORM_ANDROID,
|
| WebsiteSettingsInfo::INHERIT_IN_INCOGNITO);
|
| + Register(CONTENT_SETTINGS_TYPE_PERMISSION_AUTOBLOCKER_DATA,
|
| + "permission-autoblocking-data", nullptr,
|
| + WebsiteSettingsInfo::UNSYNCABLE, WebsiteSettingsInfo::NOT_LOSSY,
|
| + WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE,
|
| + DESKTOP | PLATFORM_ANDROID,
|
| + WebsiteSettingsInfo::INHERIT_IN_INCOGNITO);
|
| }
|
|
|
| } // namespace content_settings
|
|
|