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 0edb70f899176232b629c05ce0f0a3e5f529e5a8..71879e4ece4eb4aebe9630091fde5df144977229 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 |
@@ -26,6 +26,7 @@ const char kChromeProxyHeader[] = "chrome-proxy"; |
const char kActionValueDelimiter = '='; |
const char kChromeProxyLoFiDirective[] = "q=low"; |
+const char kChromeProxyLoFiExperimentDirective[] = "exp=lofi_active_control"; |
const char kChromeProxyActionBlockOnce[] = "block-once"; |
const char kChromeProxyActionBlock[] = "block"; |
@@ -60,6 +61,10 @@ const char* chrome_proxy_lo_fi_directive() { |
return kChromeProxyLoFiDirective; |
} |
+const char* chrome_proxy_lo_fi_experiment_directive() { |
+ return kChromeProxyLoFiExperimentDirective; |
+} |
+ |
bool GetDataReductionProxyActionValue( |
const net::HttpResponseHeaders* headers, |
const std::string& action_prefix, |