| 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 d8a021928967a12591b5460e750a99d0d08a8048..3a8d596b6716b11cca6278cdafec19924c44e421 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
|
| @@ -46,8 +46,7 @@ const char kIdentityDirective[] = "identity";
|
| // The legacy Chrome-Proxy response header directive for LoFi images.
|
| const char kLegacyChromeProxyLoFiResponseDirective[] = "q=low";
|
|
|
| -const char kChromeProxyLitePageIngoreBlacklistDirective[] =
|
| - "exp=ignore_preview_blacklist";
|
| +const char kChromeProxyLitePageIngoreBlacklist[] = "ignore_preview_blacklist";
|
|
|
| const char kIfHeavyQualifier[] = "if-heavy";
|
|
|
| @@ -155,8 +154,8 @@ const char* identity_directive() {
|
| return kIdentityDirective;
|
| }
|
|
|
| -const char* chrome_proxy_lite_page_ignore_blacklist_directive() {
|
| - return kChromeProxyLitePageIngoreBlacklistDirective;
|
| +const char* chrome_proxy_lite_page_ignore_blacklist() {
|
| + return kChromeProxyLitePageIngoreBlacklist;
|
| }
|
|
|
| const char* if_heavy_qualifier() {
|
|
|