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

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

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised design, addressed some comments Created 5 years, 6 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/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 c7bdfdcca5fb5b65d9c09329c134a418ce88fb6f..c3c1f25a3272c9737aec62df448967b0b7c1bec7 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -482,8 +482,7 @@ void ProfileImplIOData::InitializeInternal(
main_context->set_host_resolver(
io_thread_globals->host_resolver.get());
- main_context->set_cert_transparency_verifier(
- io_thread_globals->cert_transparency_verifier.get());
+
main_context->set_http_auth_handler_factory(
io_thread_globals->http_auth_handler_factory.get());

Powered by Google App Engine
This is Rietveld 408576698