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 8ad2893fdb18bc6397d2090347c98bbe34696a32..64e82d118a3c0baf6589e538387dc7b2c6b97c47 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -472,15 +472,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() ? |