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) {} |