| Index: net/base/x509_certificate.h
|
| diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h
|
| index 2b89c558f7aaa664f7a7d63099128ebfe3e135a6..a83c367a3c13500136b640e524e50a2991770562 100644
|
| --- a/net/base/x509_certificate.h
|
| +++ b/net/base/x509_certificate.h
|
| @@ -494,7 +494,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
|
|
|