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

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: @r168573 Created 8 years, 1 month 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 048b35bedc919e4a8ef8582b767cf7c574a08a30..d7db6c5f087d79ba84645365ee9097af8716b7f7 100644
--- a/content/browser/download/download_item_impl_delegate.cc
+++ b/content/browser/download/download_item_impl_delegate.cc
@@ -70,10 +70,7 @@ void DownloadItemImplDelegate::DownloadOpened(DownloadItemImpl* download) {}
void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {}
-void DownloadItemImplDelegate::DownloadRenamedToIntermediateName(
- DownloadItemImpl* download) {}
-
-void DownloadItemImplDelegate::DownloadRenamedToFinalName(
+void DownloadItemImplDelegate::ShowDownloadInBrowser(
DownloadItemImpl* download) {}
void DownloadItemImplDelegate::AssertStateConsistent(

Powered by Google App Engine
This is Rietveld 408576698