| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index 3510d1266a8ea9bdd0c10bc3d1354afa75a652c8..c428fa01289660c4f1e5d97a22e642ee91f54e8d 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -206,14 +206,14 @@ void OffTheRecordProfileIOData::InitializeInternal(
|
|
|
| main_context->set_transport_security_state(transport_security_state());
|
| main_context->set_cert_transparency_verifier(
|
| - io_thread_globals->cert_transparency_verifier.get());
|
| + io_thread_globals->system_request_context->cert_transparency_verifier());
|
| main_context->set_ct_policy_enforcer(
|
| io_thread_globals->system_request_context->ct_policy_enforcer());
|
|
|
| main_context->set_net_log(io_thread->net_log());
|
|
|
| main_context->set_http_auth_handler_factory(
|
| - io_thread_globals->http_auth_handler_factory.get());
|
| + io_thread_globals->system_request_context->http_auth_handler_factory());
|
| main_context->set_proxy_service(proxy_service());
|
|
|
| // For incognito, we use the default non-persistent HttpServerPropertiesImpl.
|
|
|