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 5c6d705da3dec69e83413b69203e28074448b732..bbaa19cf5841780d53b5a08cc41b4bf47d0762de 100644 |
--- a/content/common/indexed_db/indexed_db_dispatcher.h |
+++ b/content/common/indexed_db/indexed_db_dispatcher.h |
@@ -142,39 +142,21 @@ class CONTENT_EXPORT IndexedDBDispatcher |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode* ec); |
- void RequestIDBIndexGetObject(const IndexedDBKey& key, |
- WebKit::WebIDBCallbacks* callbacks, |
- int32 idb_index_id, |
- const WebKit::WebIDBTransaction& transaction, |
- WebKit::WebExceptionCode* ec); |
- |
- void RequestIDBIndexGetObjectByRange( |
+ void RequestIDBIndexGetObject( |
const IndexedDBKeyRange& key_range, |
WebKit::WebIDBCallbacks* callbacks, |
int32 idb_index_id, |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode* ec); |
- void RequestIDBIndexGetKey(const IndexedDBKey& key, |
- WebKit::WebIDBCallbacks* callbacks, |
- int32 idb_index_id, |
- const WebKit::WebIDBTransaction& transaction, |
- WebKit::WebExceptionCode* ec); |
- |
- void RequestIDBIndexGetKeyByRange( |
+ void RequestIDBIndexGetKey( |
const IndexedDBKeyRange& key_range, |
WebKit::WebIDBCallbacks* callbacks, |
int32 idb_index_id, |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode* ec); |
- void RequestIDBObjectStoreGet(const IndexedDBKey& key, |
- WebKit::WebIDBCallbacks* callbacks, |
- int32 idb_object_store_id, |
- const WebKit::WebIDBTransaction& transaction, |
- WebKit::WebExceptionCode* ec); |
- |
- void RequestIDBObjectStoreGetByRange( |
+ void RequestIDBObjectStoreGet( |
const IndexedDBKeyRange& key_range, |
WebKit::WebIDBCallbacks* callbacks, |
int32 idb_object_store_id, |