Index: content/child/indexed_db/indexed_db_dispatcher.h |
diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h |
index fa69ffb9a851fdbb87351b231af1ea0f532e120f..f0128810b246140fe57540bbdb35259c39313277 100644 |
--- a/content/child/indexed_db/indexed_db_dispatcher.h |
+++ b/content/child/indexed_db/indexed_db_dispatcher.h |
@@ -132,6 +132,7 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerTaskRunner::Observer { |
void RequestIDBDatabaseGetAll(int32 ipc_database_id, |
int64 transaction_id, |
int64 object_store_id, |
+ int64 index_id, |
const IndexedDBKeyRange& key_range, |
int64 max_count, |
blink::WebIDBCallbacks* callbacks); |