Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: content/browser/download/download_request_core.h

Issue 2786523002: Add control to use If-Range header for range request. (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/download/download_request_core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_request_core.h
diff --git a/content/browser/download/download_request_core.h b/content/browser/download/download_request_core.h
index 4fc3f7536130719c20ec457d7ef11ca739ef15ea..34b12893b39ec081b9dddda6be833b7551571864 100644
--- a/content/browser/download/download_request_core.h
+++ b/content/browser/download/download_request_core.h
@@ -122,6 +122,9 @@ class CONTENT_EXPORT DownloadRequestCore
const net::HttpResponseHeaders& http_headers,
DownloadSaveInfo* save_info);
+ static void AddPartialRequestHeaders(net::URLRequest* request,
+ DownloadUrlParameters* params);
+
std::unique_ptr<DownloadCreateInfo> CreateDownloadCreateInfo(
DownloadInterruptReason result);
« no previous file with comments | « no previous file | content/browser/download/download_request_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698