| Index: net/tools/cert_verify_tool/verify_using_path_builder.cc
|
| diff --git a/net/tools/cert_verify_tool/verify_using_path_builder.cc b/net/tools/cert_verify_tool/verify_using_path_builder.cc
|
| index 45dec38f3e158978ad0f4bed05a5c0dec0d65807..6a7d6d201ae4a281021445a2ce7b3f9dc5d347bc 100644
|
| --- a/net/tools/cert_verify_tool/verify_using_path_builder.cc
|
| +++ b/net/tools/cert_verify_tool/verify_using_path_builder.cc
|
| @@ -244,9 +244,6 @@ bool VerifyUsingPathBuilder(
|
| net::KeyPurpose::SERVER_AUTH, &result);
|
| path_builder.AddCertIssuerSource(&intermediate_cert_issuer_source);
|
|
|
| - if (ssl_trust_store->GetCertIssuerSource())
|
| - path_builder.AddCertIssuerSource(ssl_trust_store->GetCertIssuerSource());
|
| -
|
| // Create a network thread to be used for AIA fetches, and wait for a
|
| // CertNetFetcher to be constructed on that thread.
|
| base::Thread::Options options(base::MessageLoop::TYPE_IO, 0);
|
|
|