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 bfffa12c8663c35e910d57dca5afae8c19e6f39c..ecd40e8015edc9b7955b0b174ed7887e703d2470 100644 |
--- a/content/public/browser/download_interrupt_reason_values.h |
+++ b/content/public/browser/download_interrupt_reason_values.h |
@@ -129,3 +129,9 @@ INTERRUPT_REASON(USER_SHUTDOWN, 41) |
// The browser crashed. |
// Internal use only: resume pending downloads if possible. |
INTERRUPT_REASON(CRASH, 50) |
+ |
+ |
+// Page downloads handoff to OfflinePages. |
+ |
+// The mime type of the resource indicates it's a web page. |
+INTERRUPT_REASON(PAGE_DOWNLOAD_HANDOFF, 60) |