Index: chrome/browser/extensions/webstore_installer.cc |
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc |
index 6eb61da6e9e952fc5f1768960cf776a48bd8b64b..b3bb5f97dd2698c892d7816f2cb30b5a62468673 100644 |
--- a/chrome/browser/extensions/webstore_installer.cc |
+++ b/chrome/browser/extensions/webstore_installer.cc |
@@ -215,7 +215,8 @@ void WebstoreInstaller::StartDownload(const FilePath& file) { |
download_util::INITIATED_BY_WEBSTORE_INSTALLER); |
profile_->GetDownloadManager()->DownloadUrl( |
download_url_, referrer, "", |
- false, -1, save_info, controller_->GetWebContents()); |
+ false, -1, save_info, controller_->GetWebContents(), |
+ content::DownloadManager::OnStartedCallback()); |
} |
void WebstoreInstaller::ReportFailure(const std::string& error) { |