| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| index f0b9a322c2c412840a99b483c2b8c6ad60f3005d..c1b51635e799ae1958ced5382a267a06f41f8725 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| @@ -181,6 +181,10 @@
|
|
|
| std::unique_ptr<DataUseGroupProvider> data_use_group_provider_;
|
|
|
| + // If |exclude_chrome_proxy_header_for_testing_| is set to true, chrome-proxy
|
| + // header would not be added to the request headers.
|
| + bool exclude_chrome_proxy_header_for_testing_;
|
| +
|
| base::ThreadChecker thread_checker_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DataReductionProxyNetworkDelegate);
|
|
|