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

Unified Diff: chrome/browser/io_thread.cc

Issue 578883004: Added flag to enable the data reduction proxy alternative (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index 6d79568a1813f1e19fa7b680eefc10037e2b02e0..0064482748ec2d05157a46a421ea3fd1d241599e 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -636,12 +636,8 @@ void IOThread::InitAsync() {
IsIncludedInFieldTrial()) {
drp_flags |=
(data_reduction_proxy::DataReductionProxyParams::kAllowed |
- data_reduction_proxy::DataReductionProxyParams::kFallbackAllowed);
- }
- if (data_reduction_proxy::DataReductionProxyParams::
- IsIncludedInAlternativeFieldTrial()) {
- drp_flags |=
- data_reduction_proxy::DataReductionProxyParams::kAlternativeAllowed;
+ data_reduction_proxy::DataReductionProxyParams::kFallbackAllowed |
+ data_reduction_proxy::DataReductionProxyParams::kAlternativeAllowed);
}
if (data_reduction_proxy::DataReductionProxyParams::
IsIncludedInPromoFieldTrial())
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698