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..daad34b7b67d694c6a8765cf5202c51661aace6a 100644 |
--- a/content/browser/download/download_item_impl_delegate.cc |
+++ b/content/browser/download/download_item_impl_delegate.cc |
@@ -37,8 +37,11 @@ bool DownloadItemImplDelegate::ShouldOpenDownload(DownloadItemImpl* download) { |
void DownloadItemImplDelegate::CheckForFileRemoval( |
DownloadItemImpl* download_item) {} |
-void DownloadItemImplDelegate::MaybeCompleteDownload( |
- DownloadItemImpl* download) {} |
+void DownloadItemImplDelegate::MaybeCompleteDownload(int32 download_id) {} |
+ |
+void DownloadItemImplDelegate::RestartInterruptedDownload( |
+ DownloadItemImpl* download, |
+ const content::DownloadUrlParameters::OnStartedCallback& callback) {} |
content::BrowserContext* DownloadItemImplDelegate::GetBrowserContext() const { |
return NULL; |