| 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 cdcccc5f5ae7058bb6b1572431bfd3dd538473b2..24d94c622e8a9944da9ee7e69c77db9b23183988 100644
|
| --- a/components/content_settings/core/browser/content_settings_registry.cc
|
| +++ b/components/content_settings/core/browser/content_settings_registry.cc
|
| @@ -123,7 +123,7 @@ void ContentSettingsRegistry::Init() {
|
| WhitelistedSchemes(kChromeUIScheme, kChromeDevToolsScheme),
|
| ValidSettings(CONTENT_SETTING_ALLOW, CONTENT_SETTING_BLOCK,
|
| CONTENT_SETTING_SESSION_ONLY),
|
| - WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE,
|
| + WebsiteSettingsInfo::REQUESTING_DOMAIN_ONLY_SCOPE,
|
| WebsiteSettingsRegistry::ALL_PLATFORMS,
|
| ContentSettingsInfo::INHERIT_IN_INCOGNITO);
|
|
|
|
|