| 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 beb9766196a7ad1e1cb1244f03c648475591bd6f..68a95265a1d39abea9b6e672f036907f1d0b47eb 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -15,8 +15,6 @@
|
| #include "components/prefs/pref_store.h"
|
| #include "content/public/browser/cookie_store_factory.h"
|
|
|
| -class JsonPrefStore;
|
| -
|
| namespace chrome_browser_net {
|
| class Predictor;
|
| } // namespace chrome_browser_net
|
| @@ -28,7 +26,6 @@ class DomainReliabilityMonitor;
|
| namespace net {
|
| class CookieStore;
|
| class HttpServerPropertiesManager;
|
| -class SdchOwner;
|
| } // namespace net
|
|
|
| namespace storage {
|
| @@ -203,8 +200,6 @@ class ProfileImplIOData : public ProfileIOData {
|
| // Lazy initialization params.
|
| mutable std::unique_ptr<LazyParams> lazy_params_;
|
|
|
| - mutable scoped_refptr<JsonPrefStore> network_json_store_;
|
| -
|
| // Owned by URLRequestContextStorage, reference here to can be shut down on
|
| // the UI thread.
|
| net::HttpServerPropertiesManager* http_server_properties_manager_;
|
| @@ -221,8 +216,6 @@ class ProfileImplIOData : public ProfileIOData {
|
| mutable domain_reliability::DomainReliabilityMonitor*
|
| domain_reliability_monitor_;
|
|
|
| - mutable std::unique_ptr<net::SdchOwner> sdch_policy_;
|
| -
|
| // Parameters needed for isolated apps.
|
| base::FilePath profile_path_;
|
| int app_cache_max_size_;
|
|
|