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 b05207a5fb92280c39b8d4f5132830f4608ef0c5..7fdedd3a14a3ab5d98f9fee83ddfc94001ecde20 100644 |
--- a/content/public/browser/download_interrupt_reason_values.h |
+++ b/content/public/browser/download_interrupt_reason_values.h |
@@ -95,6 +95,11 @@ INTERRUPT_REASON(SERVER_PRECONDITION, 32) |
// "Unable to get file". |
INTERRUPT_REASON(SERVER_BAD_CONTENT, 33) |
+// Server didn't authorize access to resource. |
+INTERRUPT_REASON(SERVER_UNAUTHORIZED, 34) |
+ |
+// Server certificate problem. |
+INTERRUPT_REASON(SERVER_CERT_PROBLEM, 35) |
// User input. |