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

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: rebaes 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/trust_store.h
diff --git a/net/cert/internal/trust_store.h b/net/cert/internal/trust_store.h
index 2d02ac17c99cba356f4221fe94ccf43511226910..073a509076259d4b094a3f011333f46303df9ff9 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,
+ scoped_refptr<ParsedCertificate> cert,
eroman 2016/08/27 01:53:38 Should we make this a const-reference in case impl
mattm 2016/08/29 20:38:16 Done.
const TrustAnchorsCallback& callback,
TrustAnchors* synchronous_matches,
std::unique_ptr<Request>* out_req) const = 0;

Powered by Google App Engine
This is Rietveld 408576698