Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: content/browser/download/download_item_impl.cc

Issue 11640007: Make the UI an observer of downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698