| Index: chrome/browser/plugins/flash_download_interception.cc
|
| diff --git a/chrome/browser/plugins/flash_download_interception.cc b/chrome/browser/plugins/flash_download_interception.cc
|
| index 934aaa283a170fdf2be38e7faf0cfcf2b7bef6ca..7c2d8118ed8b869d9d63a2492d18a2a8a1b00503 100644
|
| --- a/chrome/browser/plugins/flash_download_interception.cc
|
| +++ b/chrome/browser/plugins/flash_download_interception.cc
|
| @@ -64,7 +64,7 @@ bool FlashDownloadInterception::ShouldStopFlashDownloadAction(
|
| }
|
|
|
| ContentSetting flash_setting = PluginUtils::GetFlashPluginContentSetting(
|
| - host_content_settings_map, source_url, source_url);
|
| + host_content_settings_map, source_url, source_url, nullptr);
|
| flash_setting = PluginsFieldTrial::EffectiveContentSetting(
|
| CONTENT_SETTINGS_TYPE_PLUGINS, flash_setting);
|
|
|
|
|