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

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

Issue 2272493002: Add TrustStoreNSS and TrustStoreCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-trust-store-interface3-nss
Patch Set: rebase Created 4 years, 3 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/path_builder.cc ('k') | net/cert/internal/trust_store_collection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/trust_store.h
diff --git a/net/cert/internal/trust_store.h b/net/cert/internal/trust_store.h
index 2d02ac17c99cba356f4221fe94ccf43511226910..8422fd5c96a7b805a925203ee001613d62fe4ffb 100644
--- a/net/cert/internal/trust_store.h
+++ b/net/cert/internal/trust_store.h
@@ -140,7 +140,7 @@ class NET_EXPORT TrustStore {
// when results are available. The Request may be destroyed to cancel
// the callback if it has not occurred yet.
virtual void FindTrustAnchorsForCert(
- const ParsedCertificate* cert,
+ const scoped_refptr<ParsedCertificate>& cert,
const TrustAnchorsCallback& callback,
TrustAnchors* synchronous_matches,
std::unique_ptr<Request>* out_req) const = 0;
« no previous file with comments | « net/cert/internal/path_builder.cc ('k') | net/cert/internal/trust_store_collection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698