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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 422063004: Certificate Transparency: Require SCTs for EV certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing pointer type and tests Created 6 years, 1 month 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/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 1b7979bb0a0aa3e79ca90d4d32c994962a770ea3..3e34fb1dc3d4f42bd2ca7500b41d1e921e11a862 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -1257,6 +1257,7 @@ scoped_ptr<net::HttpCache> ProfileIOData::CreateMainHttpFactory(
params.host_resolver = context->host_resolver();
params.cert_verifier = context->cert_verifier();
+ params.cert_policy_enforcer = context->cert_policy_enforcer();
params.channel_id_service = context->channel_id_service();
params.transport_security_state = context->transport_security_state();
params.cert_transparency_verifier = context->cert_transparency_verifier();

Powered by Google App Engine
This is Rietveld 408576698