Index: content/browser/indexed_db/indexed_db_database.h |
diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h |
index ee941dbb8c9b07f0cee5b3383b4225596474a326..6c6301828ce0348ca40c4fa7a701e7d52658e7f3 100644 |
--- a/content/browser/indexed_db/indexed_db_database.h |
+++ b/content/browser/indexed_db/indexed_db_database.h |
@@ -124,6 +124,7 @@ class CONTENT_EXPORT IndexedDBDatabase |
scoped_refptr<IndexedDBCallbacks> callbacks); |
void GetAll(int64 transaction_id, |
int64 object_store_id, |
+ int64 index_id, |
scoped_ptr<IndexedDBKeyRange> key_range, |
int64 max_count, |
scoped_refptr<IndexedDBCallbacks> callbacks); |
@@ -206,6 +207,7 @@ class CONTENT_EXPORT IndexedDBDatabase |
scoped_refptr<IndexedDBCallbacks> callbacks, |
IndexedDBTransaction* transaction); |
void GetAllOperation(int64 object_store_id, |
+ int64 index_id, |
scoped_ptr<IndexedDBKeyRange> key_range, |
int64 max_count, |
scoped_refptr<IndexedDBCallbacks> callbacks, |