| Index: net/cert/ct_policy_enforcer.h
|
| diff --git a/net/cert/ct_policy_enforcer.h b/net/cert/ct_policy_enforcer.h
|
| index 110c208ee49c1f7b010466be59be0621bcd71e53..c49e09101b14d8c7fc6618e082ce35a58399f277 100644
|
| --- a/net/cert/ct_policy_enforcer.h
|
| +++ b/net/cert/ct_policy_enforcer.h
|
| @@ -93,6 +93,8 @@ class NET_EXPORT CTPolicyEnforcer {
|
| // ||verified_scts| contains any/all SCTs associated with |cert| that
|
| // |have been verified (well-formed, issued by known logs, and
|
| // |applying to |cert|).
|
| + // Note: |ev_whitelist| is an optional whitelist of certificates considered
|
| + // to be conforming.
|
| virtual ct::EVPolicyCompliance DoesConformToCTEVPolicy(
|
| X509Certificate* cert,
|
| const ct::EVCertsWhitelist* ev_whitelist,
|
|
|