| 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 fcfa74aa636a8885f12f0c24ede7648618837a20..b05207a5fb92280c39b8d4f5132830f4608ef0c5 100644
|
| --- a/content/public/browser/download_interrupt_reason_values.h
|
| +++ b/content/public/browser/download_interrupt_reason_values.h
|
| @@ -70,6 +70,12 @@ INTERRUPT_REASON(NETWORK_DISCONNECTED, 22)
|
| // "Server Down".
|
| INTERRUPT_REASON(NETWORK_SERVER_DOWN, 23)
|
|
|
| +// The network request was invalid. This may be due to the original URL or a
|
| +// redirected URL:
|
| +// - Having an unsupported scheme.
|
| +// - Being an invalid URL.
|
| +// - Being disallowed by policy.
|
| +INTERRUPT_REASON(NETWORK_INVALID_REQUEST, 24)
|
|
|
| // Server responses.
|
|
|
|
|