| 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 02bb06ae059d22e2c4007e91526b35dc022f662f..f614d3b6b397f7286eeca8f4c016a4e48ac8879f 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -285,10 +285,6 @@ void ProfileImplIOData::LazyInitializeInternal(
|
| io_thread_globals->cert_verifier.get());
|
| media_request_context_->set_cert_verifier(
|
| io_thread_globals->cert_verifier.get());
|
| - main_context->set_dnsrr_resolver(
|
| - io_thread_globals->dnsrr_resolver.get());
|
| - media_request_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());
|
| media_request_context_->set_http_auth_handler_factory(
|
| @@ -373,7 +369,7 @@ void ProfileImplIOData::LazyInitializeInternal(
|
| 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(),
|
|
|