| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| index aac5182d767e3082b80343cf6e2105529a93453d..04f16b456f88a753578443d020b5b685b353b739 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| @@ -84,6 +84,13 @@ bool DataReductionProxyParams::
|
| }
|
|
|
| // static
|
| +bool DataReductionProxyParams::
|
| + IsIncludedInRelaxMissingViaHeaderOtherBypassFieldTrial() {
|
| + return FieldTrialList::FindFullName(
|
| + "DataReductionProxyRemoveMissingViaHeaderOtherBypass") == "Relaxed";
|
| +}
|
| +
|
| +// static
|
| bool DataReductionProxyParams::IsIncludedInAndroidOnePromoFieldTrial(
|
| const char* build_fingerprint) {
|
| base::StringPiece fingerprint(build_fingerprint);
|
|
|