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

Unified Diff: net/cert/internal/cert_issuer_source.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/BUILD.gn ('k') | net/cert/internal/cert_issuer_source_aia.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/cert_issuer_source.h
diff --git a/net/cert/internal/cert_issuer_source.h b/net/cert/internal/cert_issuer_source.h
index 1ffc3b3a9f906ff36e6d4ebc42087f418d5c95d4..f73c6e53aae4207657b17e0b0231410758aa2e78 100644
--- a/net/cert/internal/cert_issuer_source.h
+++ b/net/cert/internal/cert_issuer_source.h
@@ -71,7 +71,7 @@ class NET_EXPORT CertIssuerSource {
// method may then be used to iterate through the retrieved issuers. Note that
// |issuers_callback| may be called multiple times. See the documentation for
// Request::GetNext for more details.
- virtual void AsyncGetIssuersOf(const ParsedCertificate* cert,
+ virtual void AsyncGetIssuersOf(scoped_refptr<ParsedCertificate> cert,
const IssuerCallback& issuers_callback,
std::unique_ptr<Request>* out_req) = 0;
};
« no previous file with comments | « net/BUILD.gn ('k') | net/cert/internal/cert_issuer_source_aia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698