| 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 b633bb26aafbf2b100d164c9ac3e9d689b018f9e..e5f9e9b592feb0891c4101b9f684df147ff9811c 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -491,8 +491,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());
|
|
|
|
|