| Index: net/cert/internal/verify_certificate_chain.h
|
| diff --git a/net/cert/internal/verify_certificate_chain.h b/net/cert/internal/verify_certificate_chain.h
|
| index 5dc627579cb84616c068f27c2eb38479edfdc86c..818d222733ece39ee286feb4d1eefdc9b6742fd8 100644
|
| --- a/net/cert/internal/verify_certificate_chain.h
|
| +++ b/net/cert/internal/verify_certificate_chain.h
|
| @@ -41,10 +41,6 @@ class TrustStore;
|
| // * cert_chain[i+1] holds the certificate that issued cert_chain[i].
|
| // * cert_chain[N-1] must be the trust anchor.
|
| //
|
| -// trust_store:
|
| -// Contains the set of trusted public keys (and their names). This is only
|
| -// used to DCHECK that the final cert is a trust anchor.
|
| -//
|
| // signature_policy:
|
| // The policy to use when verifying signatures (what hash algorithms are
|
| // allowed, what length keys, what named curves, etc).
|
| @@ -59,8 +55,6 @@ class TrustStore;
|
| // Returns true if the target certificate can be verified.
|
| NET_EXPORT bool VerifyCertificateChainAssumingTrustedRoot(
|
| const ParsedCertificateList& certs,
|
| - // The trust store is only used for assertions.
|
| - const TrustStore& trust_store,
|
| const SignaturePolicy* signature_policy,
|
| const der::GeneralizedTime& time) WARN_UNUSED_RESULT;
|
|
|
|
|