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

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

Issue 1444253003: Use If-Range instead of If-Match/If-Unmodified-Since for partial requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make it obvious that the interrupt reason is obsolete. Created 5 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: chrome/common/extensions/api/downloads.idl
diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl
index 9e0f26bdf3cff012af870257ca8fa0f9f373d4a8..95802fc58f8dd848432af247b7d141f3e66570f2 100644
--- a/chrome/common/extensions/api/downloads.idl
+++ b/chrome/common/extensions/api/downloads.idl
@@ -55,7 +55,6 @@ namespace downloads {
NETWORK_INVALID_REQUEST,
SERVER_FAILED,
SERVER_NO_RANGE,
- SERVER_PRECONDITION,
Devlin 2015/12/02 17:18:27 Unfortunately, we expose these enums on the api ob
asanka 2015/12/02 17:23:52 Yup. See comment #12 (relevant portion pasted belo
SERVER_BAD_CONTENT,
SERVER_UNAUTHORIZED,
SERVER_CERT_PROBLEM,
« no previous file with comments | « chrome/browser/download/download_item_model_unittest.cc ('k') | content/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698