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

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

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with r148594 to and resolve conflicts with r148576 Created 8 years, 5 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 7efcd1c2f473cfb2702449c9cb36a5dbc50d2d32..4a889f77d24e5dc68b198fa70e16b162aeb9bd38 100644
--- a/content/browser/download/download_item_impl_delegate.cc
+++ b/content/browser/download/download_item_impl_delegate.cc
@@ -44,6 +44,10 @@ content::BrowserContext* DownloadItemImplDelegate::GetBrowserContext() const {
return NULL;
}
+DownloadFileManager* DownloadItemImplDelegate::GetDownloadFileManager() {
+ return NULL;
+}
+
void DownloadItemImplDelegate::DownloadStopped(DownloadItemImpl* download) {}
void DownloadItemImplDelegate::DownloadCompleted(DownloadItemImpl* download) {}
« no previous file with comments | « content/browser/download/download_item_impl_delegate.h ('k') | content/browser/download/download_item_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698