| 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 bbfbea1065502a31382f35f5a22230e48026fac8..d417af58b6eb0acfc7db2eb8f18b9a139b4cbc0c 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;
|
| }
|
|
|