| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| index ab74535429d4adf14cf1539e4dff160ecf45f853..ccb40e2d30f738122a28f87f474b4e1d553d51f5 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| @@ -375,7 +375,7 @@ void DataReductionProxyNetworkDelegate::OnBeforeSendHeadersInternal(
|
| data_reduction_proxy_request_options_->AddRequestHeader(headers, page_id);
|
|
|
| if (lofi_decider)
|
| - lofi_decider->MaybeSetIgnorePreviewsBlacklistDirective(headers);
|
| + lofi_decider->MaybeSetForceLitePageDirective(headers);
|
| VerifyHttpRequestHeaders(true, *headers);
|
| }
|
|
|
|
|