| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 2086a54a89d80e88e51b9e1fb5f7409a1f4469f4..804afa671b765e4e8b9ee9b5c78201bb0b876346 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -163,6 +163,11 @@ class CONTENT_EXPORT DownloadItemImpl
|
| // INTERRUPTED state.
|
| virtual ResumeMode GetResumeMode() const;
|
|
|
| + // Notify the download item that new origin information is available due to a
|
| + // resumption request receiving a response.
|
| + virtual void MergeOriginInfoOnResume(
|
| + const DownloadCreateInfo& new_create_info);
|
| +
|
| // State transition operations on regular downloads --------------------------
|
|
|
| // Start the download.
|
|
|