| Index: content/common/indexed_db/indexed_db_messages.h
|
| diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h
|
| index e4851d32755ad21902253a9407e9892199f6a624..0fc4baa89bcec955b127459f2ccdfc7b36ea849b 100644
|
| --- a/content/common/indexed_db/indexed_db_messages.h
|
| +++ b/content/common/indexed_db/indexed_db_messages.h
|
| @@ -390,22 +390,8 @@ IPC_SYNC_MESSAGE_CONTROL3_1(IndexedDBHostMsg_DatabaseDeleteObjectStore,
|
| int32, /* transaction_id */
|
| WebKit::WebExceptionCode /* ec */)
|
|
|
| -// WebIDBDatabase::transaction() message.
|
| -// TODO: make this message async. Have the renderer create a
|
| -// temporary ID and keep a map in the browser process of real
|
| -// IDs to temporary IDs. We can then update the transaction
|
| -// to its real ID asynchronously.
|
| -// (Or make the key a pair <connection_id, transaction_id>.)
|
| -// TODO(alecflett): Remove this as part of
|
| -// https://bugs.webkit.org/show_bug.cgi?id=102733.
|
| -IPC_SYNC_MESSAGE_CONTROL4_1(IndexedDBHostMsg_DatabaseTransactionOld,
|
| - int32, /* thread_id */
|
| - int32, /* idb_database_id */
|
| - std::vector<int64>, /* object_stores */
|
| - int32, /* mode */
|
| - int32) /* idb_transaction_id */
|
| -
|
| // WebIDBDatabase::createTransaction() message.
|
| +// TODO: make this message async.
|
| IPC_SYNC_MESSAGE_CONTROL5_1(IndexedDBHostMsg_DatabaseCreateTransaction,
|
| int32, /* thread_id */
|
| int32, /* idb_database_id */
|
|
|