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

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: Rebased 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..03f1dd5a8856683dc9dca7f0a3b3679ec390d37e 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->http_auth_handler_factory.get());
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') | chrome/browser/profiles/profile_io_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698