Index: chrome/browser/extensions/webstore_installer.cc |
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc |
index 91aa03d20039fbec822de28aeb25f008fd6571ae..b472634b83f5d722d5d086fce916849264b5e157 100644 |
--- a/chrome/browser/extensions/webstore_installer.cc |
+++ b/chrome/browser/extensions/webstore_installer.cc |
@@ -215,7 +215,8 @@ void WebstoreInstaller::StartDownload(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) { |