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

Unified Diff: content/browser/appcache/appcache_disk_cache.h

Issue 1140853002: ServiceWorker: Use SimpleCache for the script cache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build failure on android Created 5 years, 7 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: content/browser/appcache/appcache_disk_cache.h
diff --git a/content/browser/appcache/appcache_disk_cache.h b/content/browser/appcache/appcache_disk_cache.h
index 8995e83cf719db91571925f8437a078cbbcf88a1..3a832dea09399271b1724a8cbb38edfa2cba4e6f 100644
--- a/content/browser/appcache/appcache_disk_cache.h
+++ b/content/browser/appcache/appcache_disk_cache.h
@@ -52,6 +52,9 @@ class CONTENT_EXPORT AppCacheDiskCache
const net::CompletionCallback& callback) override;
int DoomEntry(int64 key, const net::CompletionCallback& callback) override;
+ protected:
+ bool use_simple_cache_ = false;
+
private:
class CreateBackendCallbackShim;
class EntryImpl;
« no previous file with comments | « no previous file | content/browser/appcache/appcache_disk_cache.cc » ('j') | content/browser/appcache/appcache_disk_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698