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

Unified Diff: trunk/src/chrome/browser/net/predictor.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
Index: trunk/src/chrome/browser/net/predictor.cc
===================================================================
--- trunk/src/chrome/browser/net/predictor.cc (revision 273823)
+++ trunk/src/chrome/browser/net/predictor.cc (working copy)
@@ -337,8 +337,8 @@
// Until then, we may create a proxy advisor when the proxy feature itself
// isn't available, and the advisor instance will never send advisory
// requests, which is slightly wasteful but not harmful.
- if (data_reduction_proxy::DataReductionProxyParams::
- IsIncludedInPreconnectHintingFieldTrial()) {
+ if (data_reduction_proxy::DataReductionProxySettings::
+ IsPreconnectHintingAllowed()) {
proxy_advisor_.reset(new ProxyAdvisor(user_prefs, getter));
}
#endif

Powered by Google App Engine
This is Rietveld 408576698