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

Unified Diff: chrome/browser/profiles/profile_impl_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
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 4e01782b0d5a109df951fc2ace778525be63b797..26b93449cad659fa4a91adf68b9b7dee6b16b117 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -484,7 +484,7 @@ void ProfileImplIOData::InitializeInternal(
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());
@@ -552,7 +552,7 @@ void ProfileImplIOData::InitializeInternal(
std::move(main_job_factory), std::move(request_interceptors),
std::move(profile_params->protocol_handler_interceptor),
main_context->network_delegate(),
- io_thread_globals->host_resolver.get()));
+ io_thread_globals->system_request_context->host_resolver()));
main_context->set_network_quality_estimator(
io_thread_globals->network_quality_estimator.get());
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698