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

Unified Diff: chrome/browser/chromeos/policy/policy_cert_verifier.h

Issue 137553004: NSS Cros multiprofile: trust roots added by a profile shouldn't apply to other profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios fix Created 6 years, 10 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: chrome/browser/chromeos/policy/policy_cert_verifier.h
diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier.h b/chrome/browser/chromeos/policy/policy_cert_verifier.h
index 07b1679cac2642b1149de9731efd86498b0ae82b..6a2f0ff62a0f6e87cf027dd2accd667c6033672b 100644
--- a/chrome/browser/chromeos/policy/policy_cert_verifier.h
+++ b/chrome/browser/chromeos/policy/policy_cert_verifier.h
@@ -17,6 +17,7 @@
#include "net/cert/cert_verifier.h"
namespace net {
+class CertVerifyProc;
class CertVerifyResult;
class X509Certificate;
typedef std::vector<scoped_refptr<X509Certificate> > CertificateList;
@@ -38,7 +39,8 @@ class PolicyCertVerifier : public net::CertVerifier,
explicit PolicyCertVerifier(const base::Closure& anchor_used_callback);
virtual ~PolicyCertVerifier();
- void InitializeOnIOThread();
+ void InitializeOnIOThread(
+ const scoped_refptr<net::CertVerifyProc>& verify_proc);
// Sets the additional trust anchors.
void SetTrustAnchors(const net::CertificateList& trust_anchors);

Powered by Google App Engine
This is Rietveld 408576698