| Index: net/base/x509_certificate.h
|
| diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h
|
| index d4d7478692f9db0d8000cc2bddbbb87eed5c9306..5c07284a25381a41dac878f76b6701d7a9500ae8 100644
|
| --- a/net/base/x509_certificate.h
|
| +++ b/net/base/x509_certificate.h
|
| @@ -495,7 +495,7 @@ class NET_EXPORT X509Certificate
|
|
|
| #if defined(OS_WIN)
|
| bool CheckEV(PCCERT_CHAIN_CONTEXT chain_context,
|
| - int flags,
|
| + bool rev_checking_enabled,
|
| const char* policy_oid) const;
|
| static bool IsIssuedByKnownRoot(PCCERT_CHAIN_CONTEXT chain_context);
|
| #endif
|
|
|