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

Unified Diff: chrome/browser/profiles/off_the_record_profile_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
« no previous file with comments | « chrome/browser/net/sdch_browsertest.cc ('k') | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/off_the_record_profile_io_data.h
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h
index 900dbfcbab8dd856aa79104ee77c2aa26161c913..f3b37337fa2658086175ae52c18567532605743f 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
@@ -15,7 +15,6 @@
#include "chrome/browser/profiles/profile_io_data.h"
#include "chrome/browser/profiles/storage_partition_descriptor.h"
-class ChromeSdchPolicy;
class ChromeURLRequestContextGetter;
class Profile;
@@ -23,6 +22,7 @@ namespace net {
class FtpTransactionFactory;
class HttpTransactionFactory;
class SdchManager;
+class SdchOwner;
class URLRequestContext;
} // namespace net
@@ -151,7 +151,7 @@ class OffTheRecordProfileIOData : public ProfileIOData {
mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_;
mutable scoped_ptr<net::SdchManager> sdch_manager_;
- mutable scoped_ptr<ChromeSdchPolicy> sdch_policy_;
+ mutable scoped_ptr<net::SdchOwner> sdch_policy_;
DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);
};
« no previous file with comments | « chrome/browser/net/sdch_browsertest.cc ('k') | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698