| Index: chrome/browser/plugins/plugin_info_message_filter.cc
|
| diff --git a/chrome/browser/plugins/plugin_info_message_filter.cc b/chrome/browser/plugins/plugin_info_message_filter.cc
|
| index 9f7cfc32e23a6415009bfc81fc934a8a18d45ba7..5ae1ef656604b21d7807ca974643d553e6b7c03f 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter.cc
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter.cc
|
| @@ -325,7 +325,8 @@ void PluginInfoMessageFilter::Context::DecidePluginStatus(
|
| // TODO(tommycli): Remove once we deprecate the plugin ASK policy.
|
| bool legacy_ask_user = plugin_setting == CONTENT_SETTING_ASK;
|
| plugin_setting = PluginsFieldTrial::EffectiveContentSetting(
|
| - CONTENT_SETTINGS_TYPE_PLUGINS, plugin_setting);
|
| + host_content_settings_map_, CONTENT_SETTINGS_TYPE_PLUGINS,
|
| + plugin_setting);
|
|
|
| DCHECK(plugin_setting != CONTENT_SETTING_DEFAULT);
|
| DCHECK(plugin_setting != CONTENT_SETTING_ASK);
|
|
|