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

Unified Diff: net/cert/internal/cert_issuer_source_aia.h

Issue 2126803004: WIP: NSS trust store integration for path builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-command-line-path-builder-add_certpathbuilder
Patch Set: . 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
« no previous file with comments | « net/cert/internal/cert_issuer_source.h ('k') | net/cert/internal/cert_issuer_source_aia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/cert_issuer_source_aia.h
diff --git a/net/cert/internal/cert_issuer_source_aia.h b/net/cert/internal/cert_issuer_source_aia.h
index afeeda5d0c79f113640059ae1df9925365bc20b2..9d09cb8a00f1c2e9a200fbab709b97639d001365 100644
--- a/net/cert/internal/cert_issuer_source_aia.h
+++ b/net/cert/internal/cert_issuer_source_aia.h
@@ -24,7 +24,7 @@ class NET_EXPORT CertIssuerSourceAia : public CertIssuerSource {
// CertIssuerSource implementation:
void SyncGetIssuersOf(const ParsedCertificate* cert,
ParsedCertificateList* issuers) override;
- void AsyncGetIssuersOf(const ParsedCertificate* cert,
+ void AsyncGetIssuersOf(scoped_refptr<ParsedCertificate> cert,
const IssuerCallback& issuers_callback,
std::unique_ptr<Request>* out_req) override;
« no previous file with comments | « net/cert/internal/cert_issuer_source.h ('k') | net/cert/internal/cert_issuer_source_aia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698