| 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 b185388058186ac27c2c653f585b22ef2d810f08..627f069d29c73b25ed6644068fa79190040b8a7e 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -414,6 +414,7 @@ void ProfileImplIOData::LazyInitializeInternal(
|
| ftp_factory_.reset(
|
| new net::FtpNetworkLayer(io_thread_globals->host_resolver.get()));
|
| main_context->set_ftp_transaction_factory(ftp_factory_.get());
|
| + media_request_context_->set_ftp_transaction_factory(ftp_factory_.get());
|
|
|
| main_context->set_chrome_url_data_manager_backend(
|
| chrome_url_data_manager_backend());
|
|
|