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

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

Issue 2689373003: Introduce ParallelDownloadJob. (Closed)
Patch Set: nits. 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/browser/BUILD.gn ('k') | content/browser/download/download_create_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_create_info.h
diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
index c0c7f17dc190ae8f209f13d7127d0d0de7b4bdd9..174fded169ade9ae4f99c689987daa6c18aba238 100644
--- a/content/browser/download/download_create_info.h
+++ b/content/browser/download/download_create_info.h
@@ -110,6 +110,9 @@ struct CONTENT_EXPORT DownloadCreateInfo {
// For continuing a download, the ETag of the file.
std::string etag;
+ // If "Accept-Ranges:bytes" header presents in the response header.
+ bool accept_range;
+
private:
DISALLOW_COPY_AND_ASSIGN(DownloadCreateInfo);
};
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/download/download_create_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698