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

Unified Diff: content/public/browser/download_url_parameters.cc

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 | « content/public/browser/download_url_parameters.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_url_parameters.cc
diff --git a/content/public/browser/download_url_parameters.cc b/content/public/browser/download_url_parameters.cc
index e38c34ebdb8a1bf5c2a25b23de09d4b1f462fbd6..4ef1c14d7f9699c28e9f98240394370fe4e45ad7 100644
--- a/content/public/browser/download_url_parameters.cc
+++ b/content/public/browser/download_url_parameters.cc
@@ -29,6 +29,7 @@ DownloadUrlParameters::DownloadUrlParameters(
int render_frame_host_routing_id,
net::URLRequestContextGetter* url_request_context_getter)
: content_initiated_(false),
+ use_if_range_(true),
method_("GET"),
post_id_(-1),
prefer_cache_(false),
« no previous file with comments | « content/public/browser/download_url_parameters.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698