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

Unified Diff: chrome/browser/profiles/off_the_record_profile_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
« no previous file with comments | « chrome/browser/net/connection_tester_unittest.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(),
« no previous file with comments | « chrome/browser/net/connection_tester_unittest.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698