| 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 3345c85ef8d10bee3499396275ef6285162a0e9e..845abe543b6f9937d9018b760060c18b5affa245 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -310,6 +310,13 @@ void ProfileImplIOData::LazyInitializeInternal(
|
| media_request_context_->set_fraudulent_certificate_reporter(
|
| fraudulent_certificate_reporter());
|
|
|
| + main_context->set_throttler_manager(
|
| + io_thread_globals->throttler_manager.get());
|
| + media_request_context_->set_throttler_manager(
|
| + io_thread_globals->throttler_manager.get());
|
| + extensions_context->set_throttler_manager(
|
| + io_thread_globals->throttler_manager.get());
|
| +
|
| main_context->set_proxy_service(proxy_service());
|
| media_request_context_->set_proxy_service(proxy_service());
|
|
|
|
|