| Index: net/cert/cert_verify_proc_builtin.cc
|
| diff --git a/net/cert/cert_verify_proc_builtin.cc b/net/cert/cert_verify_proc_builtin.cc
|
| index ee85d5e0aedc82e63ee423ae6b3a253ee606b28c..36d5ff0f1818d83dd3ea7e88480873b667fc1b14 100644
|
| --- a/net/cert/cert_verify_proc_builtin.cc
|
| +++ b/net/cert/cert_verify_proc_builtin.cc
|
| @@ -236,10 +236,6 @@ void DoVerify(X509Certificate* input_cert,
|
| &signature_policy, verification_time,
|
| KeyPurpose::SERVER_AUTH, &result);
|
|
|
| - // Allow the path builder to discover intermediates from the trust store.
|
| - if (ssl_trust_store->GetCertIssuerSource())
|
| - path_builder.AddCertIssuerSource(ssl_trust_store->GetCertIssuerSource());
|
| -
|
| // Allow the path builder to discover the explicitly provided intermediates in
|
| // |input_cert|.
|
| CertIssuerSourceStatic intermediates;
|
|
|