| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| index eee85d13d81f2faefa082bab054191015eba774a..a128a804508b757e6365144d7b13a4d9e09a5b9d 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| @@ -34,11 +34,6 @@ class DataReductionProxyIOData;
|
| class DataReductionProxyService;
|
| class DataReductionProxyCompressionStats;
|
|
|
| -// The header used to request a data reduction proxy pass through. When a
|
| -// request is sent to the data reduction proxy with this header, it will respond
|
| -// with the original uncompressed response.
|
| -extern const char kDataReductionPassThroughHeader[];
|
| -
|
| // Values of the UMA DataReductionProxy.StartupState histogram.
|
| // This enum must remain synchronized with DataReductionProxyStartupState
|
| // in metrics/histograms/histograms.xml.
|
|
|