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

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

Issue 2899313006: Plumb NQP to context and to http_proxy_client_socket_pool (Closed)
Patch Set: fix compile error 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 | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 26b93449cad659fa4a91adf68b9b7dee6b16b117..231f8e0e6e2b408568355f70ad895cbc0069b4b7 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -487,6 +487,8 @@ void ProfileImplIOData::InitializeInternal(
io_thread_globals->system_request_context->http_auth_handler_factory());
main_context->set_proxy_service(proxy_service());
+ main_context->set_network_quality_estimator(
+ io_thread_globals->network_quality_estimator.get());
// Create a single task runner to use with the CookieStore and ChannelIDStore.
scoped_refptr<base::SequencedTaskRunner> cookie_background_task_runner =
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698