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

Unified Diff: chrome/browser/profiles/profile_impl_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_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index fb22c3c34299d8f1b98dd4b5709c3378ce1f9664..84daa927ffff1d3c19e126f08bac9a0e0d551a0f 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -479,6 +479,8 @@ void ProfileImplIOData::InitializeInternal(
io_thread_globals->cert_transparency_verifier.get());
main_context->set_http_auth_handler_factory(
io_thread_globals->http_auth_handler_factory.get());
+ main_context->set_cert_policy_enforcer(
+ io_thread_globals->cert_policy_enforcer.get());
main_context->set_fraudulent_certificate_reporter(
fraudulent_certificate_reporter());

Powered by Google App Engine
This is Rietveld 408576698