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