Chromium Code Reviews| 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 92687b636f04ea831fbc8a1db4cebefdbc8477d9..23634040de25652086f3be347318156b3f3c74d3 100644 |
| --- a/content/public/browser/download_interrupt_reason_values.h |
| +++ b/content/public/browser/download_interrupt_reason_values.h |
| @@ -86,10 +86,6 @@ INTERRUPT_REASON(SERVER_FAILED, 30) |
| // Internal use only: must restart from the beginning. |
| INTERRUPT_REASON(SERVER_NO_RANGE, 31) |
| -// The download request does not meet the specified precondition. |
| -// Internal use only: the file has changed on the server. |
| -INTERRUPT_REASON(SERVER_PRECONDITION, 32) |
| - |
|
Randy Smith (Not in Mondays)
2015/11/21 15:40:03
I'd leave a comment here just so it's clear the ho
asanka
2015/11/23 16:42:48
Done.
|
| // The server does not have the requested data. |
| // "Unable to get file". |
| INTERRUPT_REASON(SERVER_BAD_CONTENT, 33) |