| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 6980498c3f2e63788c675cd15b4704fb1e8144cb..a444c6ff34f1ee99737015fc848b36bff5e605d8 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -223,7 +223,10 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual void MarkAsComplete();
|
|
|
| // DownloadDestinationObserver
|
| - void DestinationUpdate(int64_t bytes_so_far, int64_t bytes_per_sec) override;
|
| + void DestinationUpdate(
|
| + int64_t bytes_so_far,
|
| + int64_t bytes_per_sec,
|
| + const std::vector<DownloadItem::ReceivedSlice>& received_slices) override;
|
| void DestinationError(
|
| DownloadInterruptReason reason,
|
| int64_t bytes_so_far,
|
|
|