| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| index b3720d4a56020dc7c1e4e79036afa6f094c3939f..e059d641d743590e3358a4c89114031018e60b51 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| @@ -111,7 +111,8 @@ bool IsEmptyImagePreview(const net::HttpResponseHeaders& headers);
|
| // Returns true if the provided value of the Chrome-Proxy-Content-Transform
|
| // response header that is provided in |content_transform_value| indicates that
|
| // an empty image has been provided.
|
| -bool IsEmptyImagePreview(const std::string& content_transform_value);
|
| +bool IsEmptyImagePreview(const std::string& content_transform_value,
|
| + const std::string& chrome_proxy_value);
|
|
|
| // Returns true if the Chrome-Proxy-Content-Transform response header indicates
|
| // that a lite page has been provided.
|
|
|