| 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 f0ada492a9e361e803c2377c1ce089d2a05aef91..5b76760358f688735d2a946a176566cbbd5c66f6 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -374,7 +374,8 @@ void ProfileImplIOData::LazyInitializeInternal(
|
| main_context->network_delegate(),
|
| main_context->http_server_properties(),
|
| main_context->net_log(),
|
| - main_backend);
|
| + main_backend,
|
| + net::HttpCache::USE_CLEANUP_TIMER);
|
|
|
| net::HttpCache::DefaultBackend* media_backend =
|
| new net::HttpCache::DefaultBackend(
|
|
|