| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index 3a6f529e12e4f66849261f4d216fa4e017164610..9ca32639d01058625dc0ae7923f30c3b0fd08ebb 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -39,6 +39,7 @@ class FtpTransactionFactory;
|
| class HttpServerProperties;
|
| class HttpServerPropertiesManager;
|
| class HttpTransactionFactory;
|
| +class ProxyConfig;
|
| class SDCHManager;
|
| } // namespace net
|
|
|
| @@ -46,6 +47,8 @@ namespace quota {
|
| class SpecialStoragePolicy;
|
| } // namespace quota
|
|
|
| +class DataReductionProxyChromeConfigurator;
|
| +
|
| class ProfileImplIOData : public ProfileIOData {
|
| public:
|
| class Handle {
|
| @@ -72,6 +75,8 @@ class ProfileImplIOData : public ProfileIOData {
|
| domain_reliability_monitor,
|
| const base::Callback<void(bool)>&
|
| data_reduction_proxy_unavailable,
|
| + scoped_ptr<DataReductionProxyChromeConfigurator>
|
| + data_reduction_proxy_chrome_configurator,
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyParams>
|
| data_reduction_proxy_params);
|
|
|
| @@ -249,6 +254,8 @@ class ProfileImplIOData : public ProfileIOData {
|
| mutable scoped_ptr<data_reduction_proxy::DataReductionProxyUsageStats>
|
| data_reduction_proxy_usage_stats_;
|
| mutable base::Callback<void(bool)> data_reduction_proxy_unavailable_callback_;
|
| + mutable scoped_ptr<DataReductionProxyChromeConfigurator>
|
| + data_reduction_proxy_chrome_configurator_;
|
| mutable scoped_ptr<data_reduction_proxy::DataReductionProxyAuthRequestHandler>
|
| data_reduction_proxy_auth_request_handler_;
|
| #endif // defined(SPDY_PROXY_AUTH_ORIGIN)
|
|
|