| Index: components/content_settings/core/browser/content_settings_registry.cc
|
| diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc
|
| index b782ec646173a949210f44b1c3808b32abfcce2a..217e0a8eb282365058ac9a83f1cf7ba6543894c8 100644
|
| --- a/components/content_settings/core/browser/content_settings_registry.cc
|
| +++ b/components/content_settings/core/browser/content_settings_registry.cc
|
| @@ -250,7 +250,8 @@ void ContentSettingsRegistry::Init() {
|
| Register(CONTENT_SETTINGS_TYPE_DURABLE_STORAGE, "durable-storage",
|
| CONTENT_SETTING_ASK, WebsiteSettingsInfo::UNSYNCABLE,
|
| WhitelistedSchemes(),
|
| - ValidSettings(CONTENT_SETTING_ALLOW, CONTENT_SETTING_BLOCK),
|
| + ValidSettings(CONTENT_SETTING_ALLOW, CONTENT_SETTING_BLOCK,
|
| + CONTENT_SETTING_ASK),
|
| WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE,
|
| WebsiteSettingsRegistry::DESKTOP |
|
| WebsiteSettingsRegistry::PLATFORM_ANDROID,
|
|
|