| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index 1697d093b67d705b8326c76e6fa11ed3e8c289c0..8d5092b9c31e2c7e2ff20606bb1ca5161dc9a8d1 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -217,10 +217,7 @@ void OffTheRecordProfileIOData::InitializeInternal(
|
|
|
| net::HttpCache::BackendFactory* main_backend =
|
| net::HttpCache::DefaultBackend::InMemory(0);
|
| - net::HttpNetworkSession::Params network_session_params;
|
| - PopulateNetworkSessionParams(profile_params, &network_session_params);
|
| - net::HttpCache* cache = new net::HttpCache(
|
| - network_session_params, main_backend);
|
| + net::HttpCache* cache = CreateMainHttpFactory(profile_params, main_backend);
|
|
|
| main_http_factory_.reset(cache);
|
| main_context->set_http_transaction_factory(cache);
|
|
|