| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_headers.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.cc
|
| index 8945a02d8eb0ba82e45e987c57d5a2769af47678..e5004eb0e44163e11cd6ccfae193559703cdccd9 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.cc
|
| @@ -31,7 +31,6 @@ const char kActionValueDelimiter = '=';
|
|
|
| const char kChromeProxyLoFiDirective[] = "q=low";
|
| const char kChromeProxyLoFiPreviewDirective[] = "q=preview";
|
| -const char kChromeProxyLoFiExperimentDirective[] = "exp=lofi_active_control";
|
|
|
| const char kChromeProxyActionBlockOnce[] = "block-once";
|
| const char kChromeProxyActionBlock[] = "block";
|
| @@ -70,10 +69,6 @@ const char* chrome_proxy_lo_fi_preview_directive() {
|
| return kChromeProxyLoFiPreviewDirective;
|
| }
|
|
|
| -const char* chrome_proxy_lo_fi_experiment_directive() {
|
| - return kChromeProxyLoFiExperimentDirective;
|
| -}
|
| -
|
| bool GetDataReductionProxyActionValue(
|
| const net::HttpResponseHeaders* headers,
|
| const std::string& action_prefix,
|
|
|