Chromium Code Reviews| Index: chrome/browser/ui/website_settings/website_settings.cc |
| diff --git a/chrome/browser/ui/website_settings/website_settings.cc b/chrome/browser/ui/website_settings/website_settings.cc |
| index a62ecbe05b8299e22db765d673e87e4f36469814..fedc2793bc4b166d003d0fd53b4ee233cee9f3e2 100644 |
| --- a/chrome/browser/ui/website_settings/website_settings.cc |
| +++ b/chrome/browser/ui/website_settings/website_settings.cc |
| @@ -95,6 +95,7 @@ ContentSettingsType kPermissionType[] = { |
| #if defined(OS_ANDROID) |
| CONTENT_SETTINGS_TYPE_PUSH_MESSAGING, |
| #endif |
| + CONTENT_SETTINGS_TYPE_KEYGEN, |
| }; |
| // Returns true if any of the given statuses match |status|. |
| @@ -281,6 +282,7 @@ void WebsiteSettings::OnSitePermissionChanged(ContentSettingsType type, |
| secondary_pattern = ContentSettingsPattern::FromURLNoWildcard(site_url_); |
| } else if (type == CONTENT_SETTINGS_TYPE_IMAGES || |
| type == CONTENT_SETTINGS_TYPE_JAVASCRIPT || |
| + type == CONTENT_SETTINGS_TYPE_KEYGEN || |
|
msramek
2015/11/05 16:22:31
This sounds like a security feature to me, so I wo
svaldez
2015/11/05 16:35:12
Done.
|
| type == CONTENT_SETTINGS_TYPE_PLUGINS || |
| type == CONTENT_SETTINGS_TYPE_POPUPS || |
| type == CONTENT_SETTINGS_TYPE_MOUSELOCK || |