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

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

Issue 10915180: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r159248 Created 8 years, 3 months 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 4a889f77d24e5dc68b198fa70e16b162aeb9bd38..0aa5a92eb1513bdae0321fb87d7e3c29d870097e 100644
--- a/content/browser/download/download_item_impl_delegate.cc
+++ b/content/browser/download/download_item_impl_delegate.cc
@@ -59,8 +59,5 @@ void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {}
void DownloadItemImplDelegate::DownloadRenamedToIntermediateName(
DownloadItemImpl* download) {}
-void DownloadItemImplDelegate::DownloadRenamedToFinalName(
- DownloadItemImpl* download) {}
-
void DownloadItemImplDelegate::AssertStateConsistent(
DownloadItemImpl* download) const {}

Powered by Google App Engine
This is Rietveld 408576698