| 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 cb3f838153fdbe695fede346ef37c195bac46e06..3dbbe679330f11433c2fec824fd6d30830548995 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -533,8 +533,7 @@ void ProfileImplIOData::InitializeInternal(
|
| // Install the Offline Page Interceptor.
|
| #if defined(OS_ANDROID)
|
| request_interceptors.push_back(std::unique_ptr<net::URLRequestInterceptor>(
|
| - new offline_pages::OfflinePageRequestInterceptor(
|
| - profile_params->profile)));
|
| + new offline_pages::OfflinePageRequestInterceptor()));
|
| #endif
|
|
|
| // The data reduction proxy interceptor should be as close to the network
|
|
|