| Index: net/cert/cert_verify_proc.h
|
| diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h
|
| index 2154dbab690c8f0d97bf1071bfcf2391ace83d78..352610f22e54d073a735b790eb568be1fc839bff 100644
|
| --- a/net/cert/cert_verify_proc.h
|
| +++ b/net/cert/cert_verify_proc.h
|
| @@ -129,6 +129,7 @@ class NET_EXPORT CertVerifyProc
|
|
|
| // Emergency kill-switch for SHA-1 deprecation. Disabled by default.
|
| static const base::Feature kSHA1LegacyMode;
|
| + const bool sha1_legacy_mode_enabled;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CertVerifyProc);
|
| };
|
|
|