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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc

Issue 2626963003: Remove kAllowed and kFallbackAllowed from data reduction proxy (Closed)
Patch Set: Addressed nits Created 3 years, 11 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: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
index 7f6c6d738fd0d35c44068e96dff93c17f7aa9457..92616506531838fe026eae5e09c6f7d00893ff5c 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
@@ -58,8 +58,7 @@ CreateDataReductionProxyChromeIOData(
DCHECK(net_log);
DCHECK(prefs);
- int flags = DataReductionProxyParams::kAllowed |
- DataReductionProxyParams::kFallbackAllowed;
+ int flags = 0;
if (data_reduction_proxy::params::IsIncludedInPromoFieldTrial())
flags |= DataReductionProxyParams::kPromoAllowed;
if (data_reduction_proxy::params::IsIncludedInHoldbackFieldTrial())

Powered by Google App Engine
This is Rietveld 408576698