Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
index 0403c0a72dae59457c495c40a9d7e4feeea6d7e3..ff0967be69f31fa19e264e15f2d85e612d64f323 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
@@ -21,6 +21,7 @@ class URLRequestInterceptor; |
namespace data_reduction_proxy { |
class DataReductionProxyConfig; |
+class DataReductionProxyConfigServiceClient; |
class DataReductionProxyConfigurator; |
class DataReductionProxyEventStore; |
class DataReductionProxyService; |
@@ -150,6 +151,9 @@ class DataReductionProxyIOData { |
// Constructs credentials suitable for authenticating the client. |
scoped_ptr<DataReductionProxyRequestOptions> request_options_; |
+ // Requests new Data Reduction Proxy configurations from a remote service. |
+ scoped_ptr<DataReductionProxyConfigServiceClient> config_client_; |
+ |
// A net log. |
net::NetLog* net_log_; |