Index: chrome/browser/content_settings/host_content_settings_map.cc |
=================================================================== |
--- chrome/browser/content_settings/host_content_settings_map.cc (revision 72707) |
+++ chrome/browser/content_settings/host_content_settings_map.cc (working copy) |
@@ -296,7 +296,8 @@ |
} else { |
// A managed default content setting has the highest priority and hence |
// will overwrite any previously set value. |
- if ((output.settings[j] == CONTENT_SETTING_DEFAULT) || |
+ if ((output.settings[j] == CONTENT_SETTING_DEFAULT && |
+ j != CONTENT_SETTINGS_TYPE_PLUGINS) || |
IsDefaultContentSettingManaged(ContentSettingsType(j))) { |
output.settings[j] = GetDefaultContentSetting(ContentSettingsType(j)); |
} |