| Index: content/browser/download/download_item_impl.cc
|
| diff --git a/content/browser/download/download_item_impl.cc b/content/browser/download/download_item_impl.cc
|
| index e2313415bed14f93b9d3fb2a09bf667cb6b0ef6d..490a022770533ecb2b197cd04c07bc2998f2a936 100644
|
| --- a/content/browser/download/download_item_impl.cc
|
| +++ b/content/browser/download/download_item_impl.cc
|
| @@ -1044,7 +1044,6 @@ void DownloadItemImpl::OnDownloadRenamedToIntermediateName(
|
| Interrupt(reason);
|
| else
|
| SetFullPath(full_path);
|
| - delegate_->ShowDownloadInBrowser(this);
|
|
|
| MaybeCompleteDownload();
|
| }
|
|
|