| Index: content/public/browser/download_interrupt_reason_values.h
|
| diff --git a/content/public/browser/download_interrupt_reason_values.h b/content/public/browser/download_interrupt_reason_values.h
|
| index cd124bf0520646b9bad9c281bb2a7336e2e89775..088052fa6e81163a28612ce2a8f012007db0e746 100644
|
| --- a/content/public/browser/download_interrupt_reason_values.h
|
| +++ b/content/public/browser/download_interrupt_reason_values.h
|
| @@ -36,6 +36,13 @@ INTERRUPT_REASON(FILE_VIRUS_INFECTED, 7)
|
| // "Temporary Problem".
|
| INTERRUPT_REASON(FILE_TRANSIENT_ERROR, 10)
|
|
|
| +// The file was blocked due to local policy.
|
| +// "Blocked"
|
| +INTERRUPT_REASON(FILE_BLOCKED, 11)
|
| +
|
| +// An attempt to check the safety of the download failed due to unexpected
|
| +// reasons. See http://crbug.com/153212.
|
| +INTERRUPT_REASON(FILE_SECURITY_CHECK_FAILED, 12)
|
|
|
| // Network errors.
|
|
|
|
|