| 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 b4307205a29d5c66286bf9652878709613fe6aef..4c80eef0283dbc7dd80de0df1c701125862d9939 100644
|
| --- a/content/common/indexed_db/indexed_db_messages.h
|
| +++ b/content/common/indexed_db/indexed_db_messages.h
|
| @@ -509,6 +509,10 @@ IPC_SYNC_MESSAGE_CONTROL1_1(IndexedDBHostMsg_TransactionMode,
|
| int32, /* idb_transaction_id */
|
| int /* mode */)
|
|
|
| +// WebIDBTransaction::commit() message.
|
| +IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_TransactionCommit,
|
| + int32 /* idb_transaction_id */)
|
| +
|
| // WebIDBTransaction::abort() message.
|
| IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_TransactionAbort,
|
| int32 /* idb_transaction_id */)
|
|
|