Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2002)

Unified Diff: content/public/browser/download_interrupt_reason_values.h

Issue 2528483003: [Android Downloads] Long-press menu item "Download Link" should delegate job to OfflinePages backen… (Closed)
Patch Set: removed unnecessary #include Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698