| Index: net/base/load_flags.h
|
| diff --git a/net/base/load_flags.h b/net/base/load_flags.h
|
| index 85571267855f45326f07ee79673ab45754a3b6d9..354980cc54defe9ebbb04087b0266d8abefe543d 100644
|
| --- a/net/base/load_flags.h
|
| +++ b/net/base/load_flags.h
|
| @@ -37,6 +37,9 @@ 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,
|
|
|