| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| index 0c671cabd760f2f708949ef7ea9a1a164b398031..7b7975913f1024955e8717fb295af2453a02cc74 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| @@ -48,9 +48,6 @@ void RecordDaysSinceEnabledMetric(int days_since_enabled) {
|
|
|
| namespace data_reduction_proxy {
|
|
|
| -const char kDataReductionPassThroughHeader[] =
|
| - "Chrome-Proxy-Accept-Transform: identity\nCache-Control: no-cache";
|
| -
|
| DataReductionProxySettings::DataReductionProxySettings()
|
| : unreachable_(false),
|
| deferred_initialization_(false),
|
|
|