| Index: net/base/load_flags_list.h
|
| diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
|
| index f7be1ff19b30f67998e98d10218bd0067dc02d5b..2bcb23e6f5379da60c66a6b6ba3216eabb01c48a 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)
|
|
|