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 d7db6c5f087d79ba84645365ee9097af8716b7f7..df71a0ead66f903350cb3725a4edffd3e9edb816 100644 |
--- a/content/browser/download/download_item_impl_delegate.cc |
+++ b/content/browser/download/download_item_impl_delegate.cc |
@@ -56,6 +56,9 @@ bool DownloadItemImplDelegate::ShouldOpenFileBasedOnExtension( |
void DownloadItemImplDelegate::CheckForFileRemoval( |
DownloadItemImpl* download_item) {} |
+void DownloadItemImplDelegate::ResumeInterruptedDownload( |
+ scoped_ptr<DownloadUrlParameters> params, content::DownloadId id) {} |
+ |
BrowserContext* DownloadItemImplDelegate::GetBrowserContext() const { |
return NULL; |
} |