Index: content/public/browser/download_item.h |
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h |
index 2d6922b4388c32e4a705c3991fa7cb9c084d4444..aef4f4ff06d8a4fc25a36760d2b0c5fab45e9189 100644 |
--- a/content/public/browser/download_item.h |
+++ b/content/public/browser/download_item.h |
@@ -127,6 +127,9 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData { |
// paused. |
virtual void Resume() = 0; |
+ // Resume a download that's been interrupted. |
+ virtual void ResumeInterruptedDownload() = 0; |
+ |
// Cancel the download operation. We need to distinguish between cancels at |
// exit (DownloadManager destructor) from user interface initiated cancels |
// because at exit, the history system may not exist, and any updates to it |