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

Unified Diff: content/browser/indexed_db/leveldb/leveldb_database.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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/indexed_db/leveldb/leveldb_database.h
diff --git a/content/browser/indexed_db/leveldb/leveldb_database.h b/content/browser/indexed_db/leveldb/leveldb_database.h
index ab3800e4ac3f9fdd7677990a3b9cc6b400e71758..29212426db0415901f75264fc1fe5f7309b66b3b 100644
--- a/content/browser/indexed_db/leveldb/leveldb_database.h
+++ b/content/browser/indexed_db/leveldb/leveldb_database.h
@@ -148,7 +148,6 @@ class CONTENT_EXPORT LevelDBDatabase
};
// Despite the type name, this object uses LRU eviction.
- size_t lru_max_size_ = 0;
base::HashingMRUCache<LevelDBIterator*, DetachIteratorOnDestruct>
iterator_lru_;
« no previous file with comments | « content/browser/indexed_db/indexed_db_context_impl.cc ('k') | content/browser/indexed_db/leveldb/leveldb_write_batch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698