| Index: content/browser/download/download_worker.cc
|
| diff --git a/content/browser/download/download_worker.cc b/content/browser/download/download_worker.cc
|
| index 47ef9d2847259fb253771e206f93954fb3d7134d..b104e7051c974814eaf2e85a15d497814e848db4 100644
|
| --- a/content/browser/download/download_worker.cc
|
| +++ b/content/browser/download/download_worker.cc
|
| @@ -95,12 +95,6 @@ void DownloadWorker::OnUrlDownloaderStarted(
|
| VLOG(kVerboseLevel) << "Parallel download sub-request failed. reason = "
|
| << create_info->result;
|
|
|
| - // Ignore HTTP 416 for the workers.
|
| - if (create_info->result ==
|
| - DownloadInterruptReason::DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE) {
|
| - return;
|
| - }
|
| -
|
| delegate_->OnServerResponseError(this, create_info->result);
|
| return;
|
| }
|
|
|