Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: net/cert/internal/path_builder.cc

Issue 2272493002: Add TrustStoreNSS and TrustStoreCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-trust-store-interface3-nss
Patch Set: review changes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/cert/internal/path_builder.cc
diff --git a/net/cert/internal/path_builder.cc b/net/cert/internal/path_builder.cc
index 26e366410e87bfe4844dfa1715db05400bc9bbeb..bd0cd2726455adf0dc559ac3551f41e46a365f3a 100644
--- a/net/cert/internal/path_builder.cc
+++ b/net/cert/internal/path_builder.cc
@@ -153,7 +153,7 @@ CompletionStatus CertIssuersIter::GetNextIssuer(CertificateOrTrustAnchor* out,
if (!did_initial_query_) {
did_initial_query_ = true;
trust_store_->FindTrustAnchorsForCert(
- cert_.get(),
+ cert_,
callback.is_null() ? TrustStore::TrustAnchorsCallback()
: base::Bind(&CertIssuersIter::GotAsyncAnchors,
base::Unretained(this)),
« no previous file with comments | « net/BUILD.gn ('k') | net/cert/internal/trust_store.h » ('j') | net/cert/internal/trust_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698