Chromium Code Reviews| Index: chrome/browser/plugins/flash_permission_context.cc |
| diff --git a/chrome/browser/plugins/flash_permission_context.cc b/chrome/browser/plugins/flash_permission_context.cc |
| index 0794b45a15de6c299d4a9140c8802721e8a5545f..7a139a764c4e4d604b5266986bbcd04672be17ed 100644 |
| --- a/chrome/browser/plugins/flash_permission_context.cc |
| +++ b/chrome/browser/plugins/flash_permission_context.cc |
| @@ -46,8 +46,6 @@ ContentSetting FlashPermissionContext::GetPermissionStatusInternal( |
| requesting_origin, nullptr); |
| flash_setting = PluginsFieldTrial::EffectiveContentSetting( |
| host_content_settings_map, content_settings_type(), flash_setting); |
| - if (flash_setting == CONTENT_SETTING_DETECT_IMPORTANT_CONTENT) |
| - return CONTENT_SETTING_ASK; |
|
raymes
2017/03/05 23:55:40
I'm not sure if we want to do this? Won't this hav
tommycli
2017/03/06 19:10:26
I agree. I missed that this was in FlashPermission
lgarron
2017/03/09 02:47:19
Could you explain to me what those effects are?
If
raymes
2017/03/09 03:01:07
Ask means "show a prompt" in the permissions code,
|
| return flash_setting; |
| } |