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

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

Issue 841883002: Add an eviction mechanism for SDCH dictionaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync'd to p310544 Created 5 years, 11 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 1ae73d3e5f4bf91a63090c54afefffbfcd8f291a..8ea0f1a8c95b4ca3089e3746582a05e7f57c46e8 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -14,8 +14,6 @@
#include "chrome/browser/profiles/profile_io_data.h"
#include "content/public/browser/cookie_store_factory.h"
-class ChromeSdchPolicy;
-
namespace chrome_browser_net {
class Predictor;
} // namespace chrome_browser_net
@@ -39,7 +37,8 @@ class HttpServerProperties;
class HttpServerPropertiesManager;
class HttpTransactionFactory;
class ProxyConfig;
-class SDCHManager;
+class SdchManager;
+class SdchOwner;
} // namespace net
namespace storage {
@@ -246,7 +245,7 @@ class ProfileImplIOData : public ProfileIOData {
domain_reliability_monitor_;
mutable scoped_ptr<net::SdchManager> sdch_manager_;
- mutable scoped_ptr<ChromeSdchPolicy> sdch_policy_;
+ mutable scoped_ptr<net::SdchOwner> sdch_policy_;
mutable BooleanPrefMember data_reduction_proxy_enabled_;
« 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