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

Unified Diff: content/public/browser/download_item.h

Issue 2742093002: Glue parallel download job and download file together. (Closed)
Patch Set: Rebase, and adjust unittests with recent landed CLs. 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/browser/download/parallel_download_utils.cc ('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_item.h
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
index 80e0c63cd53514b922698a4faf3d08964a7cba58..48309b60b1e39503fb01a663c43c69b7500c7a7e 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -117,6 +117,8 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
int64_t received_bytes;
};
+ using ReceivedSlices = std::vector<DownloadItem::ReceivedSlice>;
+
~DownloadItem() override {}
// Observation ---------------------------------------------------------------
« no previous file with comments | « content/browser/download/parallel_download_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698