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

Unified Diff: content/browser/indexed_db/indexed_db_cursor.h

Issue 124323002: IndexedDB: Fix cursor prefetching edge cases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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/indexed_db_cursor.h
diff --git a/content/browser/indexed_db/indexed_db_cursor.h b/content/browser/indexed_db/indexed_db_cursor.h
index f1afc186a78828ad989f9d60046d50345a928e18..a425cd00805fc474a6e1c897715a6ecb8c23ac60 100644
--- a/content/browser/indexed_db/indexed_db_cursor.h
+++ b/content/browser/indexed_db/indexed_db_cursor.h
@@ -53,6 +53,8 @@ class CONTENT_EXPORT IndexedDBCursor
int number_to_fetch,
scoped_refptr<IndexedDBCallbacks> callbacks,
IndexedDBTransaction* transaction);
+ void CursorPrefetchResetOperation(int used_prefetches,
+ IndexedDBTransaction* transaction);
private:
friend class base::RefCounted<IndexedDBCursor>;
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_cursor.cc » ('j') | content/browser/indexed_db/indexed_db_cursor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698