| 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>;
|
|
|