| Index: chrome/browser/content_settings/tab_specific_content_settings.cc
|
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| index 32013ef02f3a76f0098f2a713c9eecdb84f9ad09..4f5780891e80da04abe753ee493207901da6183e 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| @@ -253,7 +253,8 @@ bool TabSpecificContentSettings::IsContentBlocked(
|
| content_type == CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA ||
|
| content_type == CONTENT_SETTINGS_TYPE_PPAPI_BROKER ||
|
| content_type == CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS ||
|
| - content_type == CONTENT_SETTINGS_TYPE_MIDI_SYSEX) {
|
| + content_type == CONTENT_SETTINGS_TYPE_MIDI_SYSEX ||
|
| + content_type == CONTENT_SETTINGS_TYPE_KEYGEN) {
|
| const auto& it = content_settings_status_.find(content_type);
|
| if (it != content_settings_status_.end())
|
| return it->second.blocked;
|
|
|