| 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 b9db4d75b2c8d84c8a836f3a665055e5f63d1d95..af21c337e34eef02a955aa73bacfbdec58fd2fda 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -32,7 +32,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h"
|
| #include "components/domain_reliability/monitor.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/cookie_store_factory.h"
|
| @@ -50,12 +49,6 @@
|
| #include "net/url_request/url_request_job_factory_impl.h"
|
| #include "webkit/browser/quota/special_storage_policy.h"
|
|
|
| -#if defined(OS_ANDROID) || defined(OS_IOS)
|
| -#if defined(SPDY_PROXY_AUTH_VALUE)
|
| -#include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
|
| -#endif
|
| -#endif
|
| -
|
| namespace {
|
|
|
| net::BackendType ChooseCacheBackendType() {
|
| @@ -472,15 +465,6 @@ void ProfileImplIOData::InitializeInternal(
|
| profile_params, main_backend);
|
| main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path);
|
|
|
| -#if defined(OS_ANDROID) || defined(OS_IOS)
|
| -#if defined(SPDY_PROXY_AUTH_VALUE)
|
| - data_reduction_proxy::DataReductionProxySettings::
|
| - InitDataReductionProxySession(
|
| - main_cache->GetSession(),
|
| - io_thread_globals->data_reduction_proxy_params.get());
|
| -#endif
|
| -#endif
|
| -
|
| if (chrome_browser_net::ShouldUseInMemoryCookiesAndCache()) {
|
| main_cache->set_mode(
|
| chrome_browser_net::IsCookieRecordMode() ?
|
|
|