| Index: content/browser/download/download_interrupt_reasons_impl.cc
|
| diff --git a/content/browser/download/download_interrupt_reasons_impl.cc b/content/browser/download/download_interrupt_reasons_impl.cc
|
| index 406c4e9d33afd918b3c35657d1b6eb644340d338..b76a15ecf3a0ae7ca216379650f25df5744a994e 100644
|
| --- a/content/browser/download/download_interrupt_reasons_impl.cc
|
| +++ b/content/browser/download/download_interrupt_reasons_impl.cc
|
| @@ -98,6 +98,9 @@ DownloadInterruptReason ConvertNetErrorToInterruptReason(
|
| case net::ERR_REQUEST_RANGE_NOT_SATISFIABLE:
|
| return DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE;
|
|
|
| + case net::ERR_CONTENT_LENGTH_MISMATCH:
|
| + return DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH;
|
| +
|
| default: break;
|
| }
|
|
|
|
|