| 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())
|
|
|