Chromium Code Reviews| 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>; |
|
asanka
2017/03/14 19:44:01
Does this need to be a part of DownloadItem?
xingliu
2017/03/14 22:48:29
Put it here to align with ReceivedSlice,
But goo
|
| + |
| ~DownloadItem() override {} |
| // Observation --------------------------------------------------------------- |