Chromium Code Reviews| Index: net/base/x509_certificate.h |
| diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h |
| index 0a603b1ad9219d8adcb7cf7b10ae3f6ebdcab7f0..e1fe36423fc5891d8e01783d5410de2a6f923947 100644 |
| --- a/net/base/x509_certificate.h |
| +++ b/net/base/x509_certificate.h |
| @@ -493,6 +493,7 @@ class NET_EXPORT X509Certificate |
| #if defined(OS_WIN) |
| bool CheckEV(PCCERT_CHAIN_CONTEXT chain_context, |
| + int flags, |
|
wtc
2012/03/08 00:55:26
Nit: it may be better to replace this argument wit
|
| const char* policy_oid) const; |
| static bool IsIssuedByKnownRoot(PCCERT_CHAIN_CONTEXT chain_context); |
| #endif |