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

Unified Diff: content/browser/download/download_item_impl_delegate.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_delegate.cc
diff --git a/content/browser/download/download_item_impl_delegate.cc b/content/browser/download/download_item_impl_delegate.cc
index bbfbea1065502a31382f35f5a22230e48026fac8..bf5e0d8d8c5f6aae00d29969b941ccab138af14c 100644
--- a/content/browser/download/download_item_impl_delegate.cc
+++ b/content/browser/download/download_item_impl_delegate.cc
@@ -66,9 +66,6 @@ void DownloadItemImplDelegate::DownloadOpened(DownloadItemImpl* download) {}
void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {}
-void DownloadItemImplDelegate::ShowDownloadInBrowser(
- DownloadItemImpl* download) {}
-
void DownloadItemImplDelegate::AssertStateConsistent(
DownloadItemImpl* download) const {}

Powered by Google App Engine
This is Rietveld 408576698