Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: chrome/browser/profiles/profile_impl_io_data.h

Issue 2785493003: Disable SDCH by Default (Closed)
Patch Set: Clean up IOS compilation errors and remove from IOS OTR profile. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698