| 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 b6b0c62982e0475bf3ae59e2aae33ca697f0f855..331f092818915e8b89393608087638615af11112 100644
|
| --- a/content/common/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/common/indexed_db/indexed_db_dispatcher.h
|
| @@ -165,17 +165,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
| WebKit::WebIDBCallbacks* callbacks,
|
| int32 object_store_ipc_id,
|
| const WebKit::WebIDBTransaction& transaction,
|
| - const WebKit::WebVector<WebKit::WebString>& indexNames,
|
| - const WebKit::WebVector<WebKit::WebVector<WebKit::WebIDBKey> >& indexKeys,
|
| - WebKit::WebExceptionCode* ec);
|
| -
|
| - void RequestIDBObjectStorePut(
|
| - const SerializedScriptValue& value,
|
| - const IndexedDBKey& key,
|
| - WebKit::WebIDBObjectStore::PutMode putMode,
|
| - WebKit::WebIDBCallbacks* callbacks,
|
| - int32 object_store_ipc_id,
|
| - const WebKit::WebIDBTransaction& transaction,
|
| const WebKit::WebVector<long long>& indexIds,
|
| const WebKit::WebVector<WebKit::WebVector<
|
| WebKit::WebIDBKey> >& indexKeys);
|
|
|