diff options
Diffstat (limited to 'net/base/load_flags_list.h')
-rw-r--r-- | net/base/load_flags_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h index f7be1ff..2bcb23e 100644 --- a/net/base/load_flags_list.h +++ b/net/base/load_flags_list.h @@ -77,3 +77,5 @@ LOAD_FLAG(DO_NOT_SEND_COOKIES, 1 << 17) // to the server (as opposed to the proxy). LOAD_FLAG(DO_NOT_SEND_AUTH_DATA, 1 << 18) +// This should only be used for testing (set by HttpNetworkTransaction). +LOAD_FLAG(IGNORE_ALL_CERT_ERRORS, 1 << 19) |