| 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 c16c7830755e6d940cde67325019a5a63fbc0457..34510e33592bba407f8e5fab70281b6f35b6ac58 100644
|
| --- a/components/content_settings/core/browser/content_settings_registry.cc
|
| +++ b/components/content_settings/core/browser/content_settings_registry.cc
|
| @@ -173,6 +173,8 @@ void ContentSettingsRegistry::Init() {
|
| ValidSettings(CONTENT_SETTING_ALLOW, CONTENT_SETTING_BLOCK,
|
| CONTENT_SETTING_ASK),
|
| WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE,
|
| + // See also NotificationPermissionContext::DecidePermission which
|
| + // implements additional incognito exceptions.
|
| ContentSettingsInfo::INHERIT_IN_INCOGNITO_EXCEPT_ALLOW);
|
|
|
| Register(CONTENT_SETTINGS_TYPE_FULLSCREEN, "fullscreen", CONTENT_SETTING_ASK,
|
|
|