| Index: content/browser/download/download_file_impl.cc
|
| diff --git a/content/browser/download/download_file_impl.cc b/content/browser/download/download_file_impl.cc
|
| index 80b5d1fb96a47c4e616debbbaad822013346cdb1..5d9ac7997b08e668e65b4c863a14029ee510afbe 100644
|
| --- a/content/browser/download/download_file_impl.cc
|
| +++ b/content/browser/download/download_file_impl.cc
|
| @@ -351,7 +351,8 @@ void DownloadFileImpl::SendUpdate() {
|
| base::Bind(&DownloadDestinationObserver::DestinationUpdate,
|
| observer_,
|
| file_.bytes_so_far(),
|
| - rate_estimator_.GetCountPerSecond()));
|
| + rate_estimator_.GetCountPerSecond(),
|
| + std::vector<DownloadItem::ReceivedSlice>()));
|
| }
|
|
|
| DownloadFileImpl::RenameParameters::RenameParameters(
|
|
|