| Index: components/content_settings/core/browser/host_content_settings_map.cc
|
| diff --git a/components/content_settings/core/browser/host_content_settings_map.cc b/components/content_settings/core/browser/host_content_settings_map.cc
|
| index cb07c84aceeff2c1c05bcaf2cc3b89d7f0d557f6..35100454fee7ba4ca79122721f164677a47a97a2 100644
|
| --- a/components/content_settings/core/browser/host_content_settings_map.cc
|
| +++ b/components/content_settings/core/browser/host_content_settings_map.cc
|
| @@ -345,7 +345,8 @@ void HostContentSettingsMap::SetNarrowestContentSetting(
|
| type == CONTENT_SETTINGS_TYPE_PUSH_MESSAGING) {
|
| primary_pattern = ContentSettingsPattern::FromURL(primary_url);
|
| secondary_pattern = ContentSettingsPattern::Wildcard();
|
| - } else if (type == CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC ||
|
| + } else if (type == CONTENT_SETTINGS_TYPE_KEYGEN ||
|
| + type == CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC ||
|
| type == CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA ||
|
| type == CONTENT_SETTINGS_TYPE_NOTIFICATIONS ||
|
| type == CONTENT_SETTINGS_TYPE_PPAPI_BROKER) {
|
|
|