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 485b09c51c47c434016a548eccc96170413e9ad4..bfffa12c8663c35e910d57dca5afae8c19e6f39c 100644 |
--- a/content/public/browser/download_interrupt_reason_values.h |
+++ b/content/public/browser/download_interrupt_reason_values.h |
@@ -51,6 +51,9 @@ INTERRUPT_REASON(FILE_SECURITY_CHECK_FAILED, 12) |
// a file (as part of resuming a previously interrupted download). |
INTERRUPT_REASON(FILE_TOO_SHORT, 13) |
+// The partial file didn't match the expected hash. |
+INTERRUPT_REASON(FILE_HASH_MISMATCH, 14) |
+ |
// Network errors. |
// Generic network failure. |