| Index: chrome/browser/content_settings/host_content_settings_map.cc
|
| ===================================================================
|
| --- chrome/browser/content_settings/host_content_settings_map.cc (revision 72249)
|
| +++ chrome/browser/content_settings/host_content_settings_map.cc (working copy)
|
| @@ -293,7 +293,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));
|
| }
|
|
|