| Index: net/base/load_flags_list.h
|
| diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
|
| index 364ef942c43baaf93d3b7073336b5dc2ae82af46..242a3de5ecb6d47bd5746aaa289df89b9c8fbe00 100644
|
| --- a/net/base/load_flags_list.h
|
| +++ b/net/base/load_flags_list.h
|
| @@ -51,9 +51,9 @@ LOAD_FLAG(IGNORE_CERT_DATE_INVALID, 1 << 9)
|
| // (The default behavior is to trigger an OnSSLCertificateError callback).
|
| LOAD_FLAG(IGNORE_CERT_AUTHORITY_INVALID, 1 << 10)
|
|
|
| -// If present, ignores certificate revocation
|
| -// (The default behavior is to trigger an OnSSLCertificateError callback).
|
| -LOAD_FLAG(IGNORE_CERT_REVOCATION, 1 << 11)
|
| +// If present, causes certificate revocation checks to be skipped on secure
|
| +// connections.
|
| +LOAD_FLAG(DISABLE_CERT_REVOCATION_CHECKING, 1 << 11)
|
|
|
| // If present, ignores wrong key usage of the certificate
|
| // (The default behavior is to trigger an OnSSLCertificateError callback).
|
|
|