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

Unified Diff: content/browser/indexed_db/leveldb/leveldb_iterator.cc

Issue 2760163002: [IndexedDB] Pool and evict leveldb iterators, to save memory (Closed)
Patch Set: comments Created 3 years, 9 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_iterator.cc
diff --git a/content/public/browser/gpu_feature_checker.cc b/content/browser/indexed_db/leveldb/leveldb_iterator.cc
similarity index 62%
copy from content/public/browser/gpu_feature_checker.cc
copy to content/browser/indexed_db/leveldb/leveldb_iterator.cc
index afa1004b76fd5ce4b82f14f896a0f3bf67d70371..37ac97a2904708803528b5e12e88c2943e014af7 100644
--- a/content/public/browser/gpu_feature_checker.cc
+++ b/content/browser/indexed_db/leveldb/leveldb_iterator.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/gpu_feature_checker.h"
+#include "content/browser/indexed_db/leveldb/leveldb_iterator.h"
namespace content {
-GpuFeatureChecker::~GpuFeatureChecker() {}
+bool LevelDBIterator::IsDetached() const {
+ return false;
+}
} // namespace content
« no previous file with comments | « content/browser/indexed_db/leveldb/leveldb_iterator.h ('k') | content/browser/indexed_db/leveldb/leveldb_iterator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698