| Index: chrome/browser/ui/android/context_menu_helper.cc
|
| diff --git a/chrome/browser/ui/android/context_menu_helper.cc b/chrome/browser/ui/android/context_menu_helper.cc
|
| index efc1d4db992e670d56e8a6b52e27553df7f635c7..e920280db43315d69230d35dec6c6c99659aa5c2 100644
|
| --- a/chrome/browser/ui/android/context_menu_helper.cc
|
| +++ b/chrome/browser/ui/android/context_menu_helper.cc
|
| @@ -36,9 +36,6 @@ using base::android::JavaParamRef;
|
|
|
| DEFINE_WEB_CONTENTS_USER_DATA_KEY(ContextMenuHelper);
|
|
|
| -const char kDataReductionProxyPassthroughHeader[] =
|
| - "Chrome-Proxy-Accept-Transform: identity\r\n";
|
| -
|
| namespace {
|
|
|
| class ContextMenuHelperImageRequest : public ImageDecoder::ImageRequest {
|
| @@ -184,7 +181,7 @@ void ContextMenuHelper::OnStartDownload(
|
| jboolean jis_data_reduction_proxy_enabled) {
|
| std::string headers;
|
| if (jis_data_reduction_proxy_enabled)
|
| - headers = kDataReductionProxyPassthroughHeader;
|
| + headers = data_reduction_proxy::chrome_proxy_pass_through_header();
|
|
|
| DownloadControllerBase::Get()->StartContextMenuDownload(
|
| context_menu_params_,
|
|
|