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

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

Issue 2910643003: Move more SystemURLRequestContext members into its ContextStorage (Closed)
Patch Set: Response Created 3 years, 6 months 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/io_thread.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 3510d1266a8ea9bdd0c10bc3d1354afa75a652c8..c428fa01289660c4f1e5d97a22e642ee91f54e8d 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
@@ -206,14 +206,14 @@ void OffTheRecordProfileIOData::InitializeInternal(
main_context->set_transport_security_state(transport_security_state());
main_context->set_cert_transparency_verifier(
- io_thread_globals->cert_transparency_verifier.get());
+ io_thread_globals->system_request_context->cert_transparency_verifier());
main_context->set_ct_policy_enforcer(
io_thread_globals->system_request_context->ct_policy_enforcer());
main_context->set_net_log(io_thread->net_log());
main_context->set_http_auth_handler_factory(
- io_thread_globals->http_auth_handler_factory.get());
+ io_thread_globals->system_request_context->http_auth_handler_factory());
main_context->set_proxy_service(proxy_service());
// For incognito, we use the default non-persistent HttpServerPropertiesImpl.
« no previous file with comments | « chrome/browser/io_thread.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