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

Unified Diff: chrome/common/extensions/api/downloads.idl

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: fix tests Created 3 years, 8 months 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: chrome/common/extensions/api/downloads.idl
diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl
index 0de0a37690f3b505dcd36e7fdd931771f38e3c64..3f62e35f815f84bd39502fef16ca604eb02fbd37 100644
--- a/chrome/common/extensions/api/downloads.idl
+++ b/chrome/common/extensions/api/downloads.idl
@@ -62,6 +62,7 @@ namespace downloads {
SERVER_CERT_PROBLEM,
SERVER_FORBIDDEN,
SERVER_UNREACHABLE,
+ SERVER_CONTENT_LENGTH_MISMATCH,
USER_CANCELED,
USER_SHUTDOWN,
CRASH};

Powered by Google App Engine
This is Rietveld 408576698