| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| index 4923f48678f3f69dbfa0831df446c17c6d7ee01d..351f9bae836e3edab609c1170ac31e5c67ad9ae6 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| @@ -271,6 +271,9 @@ class DataReductionProxyConfigServiceClient
|
| // Time when the IP address last changed.
|
| base::TimeTicks last_ip_address_change_;
|
|
|
| + // True if QUIC can be used to connect to data reduction proxy server.
|
| + bool quic_enabled_;
|
| +
|
| // Enforce usage on the IO thread.
|
| base::ThreadChecker thread_checker_;
|
|
|
|
|