summaryrefslogtreecommitdiffstats
path: root/net/base/load_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/load_flags.h')
-rw-r--r--net/base/load_flags.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/load_flags.h b/net/base/load_flags.h
index 7175713..7e3642a 100644
--- a/net/base/load_flags.h
+++ b/net/base/load_flags.h
@@ -37,9 +37,6 @@ enum {
// If present, upload progress messages should be provided to initiator.
LOAD_ENABLE_UPLOAD_PROGRESS = 1 << 6,
- // If present, try to download the resource to a standalone file.
- LOAD_ENABLE_DOWNLOAD_FILE = 1 << 7,
-
// If present, ignores certificate mismatches with the domain name.
// (The default behavior is to trigger an OnSSLCertificateError callback.)
LOAD_IGNORE_CERT_COMMON_NAME_INVALID = 1 << 8,