Index: content/browser/download/download_item_impl.cc |
diff --git a/content/browser/download/download_item_impl.cc b/content/browser/download/download_item_impl.cc |
index 56c8bcb13e0af6345ed98e3ce7dad9a6cb84cdda..183788764403416cac17626b81bad5b0612e5df7 100644 |
--- a/content/browser/download/download_item_impl.cc |
+++ b/content/browser/download/download_item_impl.cc |
@@ -1914,7 +1914,7 @@ void DownloadItemImpl::ResumeInterruptedDownload() { |
// request will not be dropped if the WebContents (and by extension, the |
// associated renderer) goes away before a response is received. |
std::unique_ptr<DownloadUrlParameters> download_params( |
- new DownloadUrlParameters(GetURL(), -1, -1, -1, |
+ new DownloadUrlParameters(GetURL(), |
storage_partition->GetURLRequestContext())); |
download_params->set_file_path(GetFullPath()); |
download_params->set_offset(GetReceivedBytes()); |