| Index: chrome/browser/content_settings/host_content_settings_map.cc
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.cc b/chrome/browser/content_settings/host_content_settings_map.cc
|
| index eaab23acf848fcf5b2ec0e31e44d8b8ece180c7c..6734a2745196c2d7a066e6ba2d1818d44e286dfb 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.cc
|
| @@ -360,6 +360,7 @@ bool HostContentSettingsMap::IsSettingAllowedForType(
|
| case CONTENT_SETTINGS_TYPE_INTENTS:
|
| case CONTENT_SETTINGS_TYPE_MOUSELOCK:
|
| case CONTENT_SETTINGS_TYPE_MEDIASTREAM:
|
| + case CONTENT_SETTINGS_TYPE_PPAPI_BROKER:
|
| return setting == CONTENT_SETTING_ASK;
|
| default:
|
| return false;
|
|
|