| Index: net/cert/cert_status_flags_list.h
|
| diff --git a/net/cert/cert_status_flags_list.h b/net/cert/cert_status_flags_list.h
|
| index 735e76e7225b5928d2ed81487c9bdf33a252cfbb..caf5463a2d298283ffa0f6a18ca42bd086142b5e 100644
|
| --- a/net/cert/cert_status_flags_list.h
|
| +++ b/net/cert/cert_status_flags_list.h
|
| @@ -32,3 +32,4 @@ CERT_STATUS_FLAG(REV_CHECKING_ENABLED, 1 << 17)
|
| // Bit 18 was CERT_STATUS_IS_DNSSEC
|
| CERT_STATUS_FLAG(SHA1_SIGNATURE_PRESENT, 1 << 19)
|
| CERT_STATUS_FLAG(CT_COMPLIANCE_FAILED, 1 << 20)
|
| +CERT_STATUS_FLAG(PKP_BYPASSED, 1 << 21)
|
|
|