Chromium Code Reviews| 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); |
| + |
|
Randy Smith (Not in Mondays)
2013/11/18 22:15:56
Long-term (:-J) I'd like to separate out the origi
asanka
2013/11/19 23:54:19
Agreed.
|
| // State transition operations on regular downloads -------------------------- |
| // Start the download. |