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 93e232dd870491f0484a1cebad1f34e6aac8d4f4..b7b022ac12bee85b84854e3ef88fd58ef6f6ee22 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -161,8 +161,6 @@ void OffTheRecordProfileIOData::LazyInitializeInternal( |
io_thread_globals->host_resolver.get()); |
main_context->set_cert_verifier( |
io_thread_globals->cert_verifier.get()); |
- main_context->set_dnsrr_resolver( |
- io_thread_globals->dnsrr_resolver.get()); |
main_context->set_http_auth_handler_factory( |
io_thread_globals->http_auth_handler_factory.get()); |
main_context->set_dns_cert_checker(dns_cert_checker()); |
@@ -200,7 +198,7 @@ void OffTheRecordProfileIOData::LazyInitializeInternal( |
new net::HttpCache(main_context->host_resolver(), |
main_context->cert_verifier(), |
main_context->origin_bound_cert_service(), |
- main_context->dnsrr_resolver(), |
+ main_context->transport_security_state(), |
main_context->dns_cert_checker(), |
main_context->proxy_service(), |
main_context->ssl_config_service(), |