Index: content/common/indexed_db/indexed_db_dispatcher.h |
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h |
index bbaa19cf5841780d53b5a08cc41b4bf47d0762de..0b2934946d968cc704946ff9f79e9ee3ef5888fd 100644 |
--- a/content/common/indexed_db/indexed_db_dispatcher.h |
+++ b/content/common/indexed_db/indexed_db_dispatcher.h |
@@ -86,6 +86,12 @@ class CONTENT_EXPORT IndexedDBDispatcher |
int32 idb_cursor_id, |
WebKit::WebExceptionCode* ec); |
+ void RequestIDBCursorAdvance( |
+ unsigned long count, |
+ WebKit::WebIDBCallbacks* callbacks_ptr, |
+ int32 idb_cursor_id, |
+ WebKit::WebExceptionCode* ec); |
+ |
void RequestIDBCursorContinue( |
const IndexedDBKey& key, |
WebKit::WebIDBCallbacks* callbacks_ptr, |