Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7109)

Unified Diff: chrome/browser/profiles/profile_impl_io_data.cc

Issue 8692012: net: replace DnsRRResoler with TransportSecurityState in plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f0ada492a9e361e803c2377c1ce089d2a05aef91..1396a308ee4b2cff7786ab9e0f62d327c833045c 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -283,10 +283,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(
@@ -366,7 +362,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(),

Powered by Google App Engine
This is Rietveld 408576698