| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| index 1cdc84ebd90d3bd65f6689825c2c083187a74342..d9a82a7c4cb046aea9bbb09409e66ce673ea84c5 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| @@ -70,6 +70,10 @@ bool IsIncludedInLoFiControlFieldTrial();
|
| // trial.
|
| bool IsIncludedInLoFiPreviewFieldTrial();
|
|
|
| +// Returns true if this client is part of the field trial that should enable
|
| +// server experiments for the data reduction proxy.
|
| +bool IsIncludedInServerExperimentsFieldTrial();
|
| +
|
| // Returns true if this client is part of the tamper detection experiment.
|
| bool IsIncludedInTamperDetectionExperiment();
|
|
|
|
|