| 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 f95047caeba0b0c83195e0027c66f1e4db9aa204..7ab19fb52a096d1ab8bef1c857903b62e6e5f86e 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -146,6 +146,9 @@ void OffTheRecordProfileIOData::LazyInitializeInternal(
|
| ApplyProfileParamsToContext(main_context);
|
| ApplyProfileParamsToContext(extensions_context);
|
|
|
| + main_context->set_transport_security_state(transport_security_state());
|
| + extensions_context->set_transport_security_state(transport_security_state());
|
| +
|
| main_context->set_net_log(io_thread->net_log());
|
| extensions_context->set_net_log(io_thread->net_log());
|
|
|
|
|