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 5df51612373aced74d1a042da0f280a3c24c7118..915fa8144a811663ffae72c0078866423dd55b94 100644 |
--- a/content/common/indexed_db/indexed_db_dispatcher.h |
+++ b/content/common/indexed_db/indexed_db_dispatcher.h |
@@ -169,13 +169,16 @@ class CONTENT_EXPORT IndexedDBDispatcher |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode* ec); |
- void RequestIDBObjectStorePut(const content::SerializedScriptValue& value, |
- const content::IndexedDBKey& key, |
- WebKit::WebIDBObjectStore::PutMode putMode, |
- WebKit::WebIDBCallbacks* callbacks, |
- int32 idb_object_store_id, |
- const WebKit::WebIDBTransaction& transaction, |
- WebKit::WebExceptionCode* ec); |
+ void RequestIDBObjectStorePut( |
+ const content::SerializedScriptValue& value, |
+ const content::IndexedDBKey& key, |
+ WebKit::WebIDBObjectStore::PutMode putMode, |
+ WebKit::WebIDBCallbacks* callbacks, |
+ int32 idb_object_store_id, |
+ const WebKit::WebIDBTransaction& transaction, |
+ const WebKit::WebVector<WebKit::WebString>& indexNames, |
+ const WebKit::WebVector<WebKit::WebVector<WebKit::WebIDBKey> >& indexKeys, |
+ WebKit::WebExceptionCode* ec); |
void RequestIDBObjectStoreDelete( |
const content::IndexedDBKeyRange& key_range, |