summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache/appcache_disk_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/appcache/appcache_disk_cache.h')
-rw-r--r--content/browser/appcache/appcache_disk_cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/appcache/appcache_disk_cache.h b/content/browser/appcache/appcache_disk_cache.h
index 9165e1d..d4a7723 100644
--- a/content/browser/appcache/appcache_disk_cache.h
+++ b/content/browser/appcache/appcache_disk_cache.h
@@ -52,9 +52,6 @@ class CONTENT_EXPORT AppCacheDiskCache
const net::CompletionCallback& callback) override;
int DoomEntry(int64 key, const net::CompletionCallback& callback) override;
- protected:
- explicit AppCacheDiskCache(bool use_simple_cache);
-
private:
class CreateBackendCallbackShim;
class EntryImpl;
@@ -102,7 +99,6 @@ class CONTENT_EXPORT AppCacheDiskCache
void AddOpenEntry(EntryImpl* entry) { open_entries_.insert(entry); }
void RemoveOpenEntry(EntryImpl* entry) { open_entries_.erase(entry); }
- bool use_simple_cache_;
bool is_disabled_;
net::CompletionCallback init_callback_;
scoped_refptr<CreateBackendCallbackShim> create_backend_callback_;