Chromium Code Reviews| 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 39be5d4c43fbc864e6638b84743ec8be7603e6d3..9ed9c1701a31ef9c593edc0da984b2724de7e16d 100644 |
| --- a/chrome/browser/content_settings/host_content_settings_map.cc |
| +++ b/chrome/browser/content_settings/host_content_settings_map.cc |
| @@ -358,6 +358,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: |
|
markusheintz_
2012/08/13 06:09:06
nit: I wonder whether we could give this content s
Bernhard Bauer
2012/08/13 10:51:46
At least internally, I'd like to keep the term "PP
|
| return setting == CONTENT_SETTING_ASK; |
| default: |
| return false; |