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

Unified Diff: net/http/http_request_headers.h

Issue 2660783002: Range request support for parallel download in DownloadRequestCore. (Closed)
Patch Set: Work on feedbacks. Created 3 years, 10 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/test/BUILD.gn ('k') | net/http/http_request_headers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_request_headers.h
diff --git a/net/http/http_request_headers.h b/net/http/http_request_headers.h
index 3a0510223647fc3bdebc31834a54dd2ae7cd6282..a35917488fd7bff41b714739b1a85f6462ec5299 100644
--- a/net/http/http_request_headers.h
+++ b/net/http/http_request_headers.h
@@ -73,9 +73,11 @@ class NET_EXPORT HttpRequestHeaders {
static const char kCookie[];
static const char kContentLength[];
static const char kHost[];
+ static const char kIfMatch[];
static const char kIfModifiedSince[];
static const char kIfNoneMatch[];
static const char kIfRange[];
+ static const char kIfUnmodifiedSince[];
static const char kOrigin[];
static const char kPragma[];
static const char kProxyAuthorization[];
« no previous file with comments | « content/test/BUILD.gn ('k') | net/http/http_request_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698