Index: chrome/browser/plugins/plugin_infobar_delegates.cc |
diff --git a/chrome/browser/plugins/plugin_infobar_delegates.cc b/chrome/browser/plugins/plugin_infobar_delegates.cc |
index 78607fcc76c10c4fb47e6d06fb485c031c309341..9627248fe958fa14cedd7ed74688742066436786 100644 |
--- a/chrome/browser/plugins/plugin_infobar_delegates.cc |
+++ b/chrome/browser/plugins/plugin_infobar_delegates.cc |
@@ -234,12 +234,10 @@ bool OutdatedPluginInfoBarDelegate::Accept() { |
content::WebContents* web_contents = owner()->GetWebContents(); |
if (plugin_metadata_->url_for_display()) { |
- installer()->OpenDownloadURL(plugin_metadata_->url_for_display(), |
- plugin_metadata_->plugin_url(), |
+ installer()->OpenDownloadURL(plugin_metadata_->plugin_url(), |
web_contents); |
} else { |
installer()->StartInstalling( |
- plugin_metadata_->url_for_display(), |
plugin_metadata_->plugin_url(), |
TabContents::FromWebContents(web_contents)); |
} |