| 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 =
|
|
|