| 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 221eda7ed8a2470b692a5a341b949ef377cd31cd..8d7a4bb792ef323e8ca450822ddc589d4889cbec 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -209,6 +209,9 @@ void OffTheRecordProfileIOData::InitializeInternal(
|
| main_context->set_throttler_manager(
|
| io_thread_globals->throttler_manager.get());
|
|
|
| + main_context->set_cert_transparency_verifier(
|
| + io_thread_globals->cert_transparency_verifier.get());
|
| +
|
| // For incognito, we use the default non-persistent HttpServerPropertiesImpl.
|
| set_http_server_properties(
|
| scoped_ptr<net::HttpServerProperties>(
|
| @@ -287,6 +290,9 @@ void OffTheRecordProfileIOData::
|
| extensions_context->set_throttler_manager(
|
| io_thread_globals->throttler_manager.get());
|
|
|
| + extensions_context->set_cert_transparency_verifier(
|
| + io_thread_globals->cert_transparency_verifier.get());
|
| +
|
| // All we care about for extensions is the cookie store. For incognito, we
|
| // use a non-persistent cookie store.
|
| net::CookieMonster* extensions_cookie_store =
|
|
|