| 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 b3ee11e44667ad970d07d3cea18375fda9441a90..540bbcae7acd7f0d6897588a3088cbd441758f30 100644
|
| --- a/content/browser/download/download_interrupt_reasons_impl.cc
|
| +++ b/content/browser/download/download_interrupt_reasons_impl.cc
|
| @@ -44,6 +44,9 @@ DownloadInterruptReason ConvertNetErrorToInterruptReason(
|
| // The file has a virus.
|
| FILE_ERROR_TO_INTERRUPT_REASON(FILE_VIRUS_INFECTED, VIRUS_INFECTED)
|
|
|
| + // The file was blocked by local policy.
|
| + FILE_ERROR_TO_INTERRUPT_REASON(BLOCKED_BY_CLIENT, BLOCKED)
|
| +
|
| // Network errors.
|
|
|
| // The network operation timed out.
|
|
|