summaryrefslogtreecommitdiff
path: root/chromium/content/browser/download/download_item_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/download/download_item_impl.h')
-rw-r--r--chromium/content/browser/download/download_item_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/browser/download/download_item_impl.h b/chromium/content/browser/download/download_item_impl.h
index ba5b2ae0d3c..802c5af06ea 100644
--- a/chromium/content/browser/download/download_item_impl.h
+++ b/chromium/content/browser/download/download_item_impl.h
@@ -476,7 +476,8 @@ class CONTENT_EXPORT DownloadItemImpl
void AutoResumeIfValid();
- void ResumeInterruptedDownload();
+ enum class ResumptionRequestSource { AUTOMATIC, USER };
+ void ResumeInterruptedDownload(ResumptionRequestSource source);
// Update origin information based on the response to a download resumption
// request. Should only be called if the resumption request was successful.