Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: trunk/src/chrome/browser/profiles/profile_impl_io_data.cc

Issue 307013003: Revert 273810 "Added alternative configuration for the data redu..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/browser/net/spdyproxy/proxy_advisor.cc ('k') | trunk/src/chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/profiles/profile_impl_io_data.cc
===================================================================
--- trunk/src/chrome/browser/profiles/profile_impl_io_data.cc (revision 273823)
+++ trunk/src/chrome/browser/profiles/profile_impl_io_data.cc (working copy)
@@ -484,9 +484,8 @@
#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());
+ InitDataReductionProxySession(main_cache->GetSession(),
+ SPDY_PROXY_AUTH_VALUE);
#endif
#endif
« no previous file with comments | « trunk/src/chrome/browser/net/spdyproxy/proxy_advisor.cc ('k') | trunk/src/chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698