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

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 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 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(),
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/service/net/service_url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698