| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index 88e68ddf40ec39c9fccd62a4c2ebb5f5ed1fe2aa..ffae6402dcf5fcb74cdc07ea4ac88cc8e8b47c12 100644
|
| --- a/chrome/browser/extensions/webstore_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_installer.cc
|
| @@ -282,6 +282,8 @@ void WebstoreInstaller::OnDownloadStarted(DownloadId id, net::Error error) {
|
| if (!download_manager)
|
| return;
|
| download_item_ = download_manager->GetDownload(id.local());
|
| + // TODO(benjhayden): DCHECK(item && item->IsInProgress()) after investigating
|
| + // the relationship between net::OK and invalid id.
|
| if (download_item_) {
|
| download_item_->AddObserver(this);
|
| if (approval_.get())
|
|
|