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

Unified Diff: content/browser/cache_storage/cache_storage.h

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 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/cache_storage/cache_storage.h
diff --git a/content/browser/cache_storage/cache_storage.h b/content/browser/cache_storage/cache_storage.h
index b8d1e479d91015ba969f619e1d939fa575c1fa08..2cea28b2cd7a281dc0f9b782e9945d1360055375 100644
--- a/content/browser/cache_storage/cache_storage.h
+++ b/content/browser/cache_storage/cache_storage.h
@@ -229,9 +229,6 @@ class CONTENT_EXPORT CacheStorage {
// The TaskRunner to run file IO on.
scoped_refptr<base::SequencedTaskRunner> cache_task_runner_;
- // Whether or not to store data in disk or memory.
- bool memory_only_;
-
// Performs backend specific operations (memory vs disk).
std::unique_ptr<CacheLoader> cache_loader_;

Powered by Google App Engine
This is Rietveld 408576698