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 4d8a27745c21ddcc2446c962dc37a6db5a77a362..01f3a1857d56d2fb01764776aa669eba2d4a5171 100644 |
--- a/content/common/indexed_db/indexed_db_messages.h |
+++ b/content/common/indexed_db/indexed_db_messages.h |
@@ -271,9 +271,15 @@ IPC_MESSAGE_CONTROL5(IndexedDBMsg_CallbacksUpgradeNeeded, |
int64) /* old_version */ |
// IDBTransactionCallback message handlers. |
-IPC_MESSAGE_CONTROL2(IndexedDBMsg_TransactionCallbacksAbort, |
+// TODO(jsbell): Remove once WK99097 has landed. |
+IPC_MESSAGE_CONTROL2(IndexedDBMsg_TransactionCallbacksAbortLegacy, |
int32 /* thread_id */, |
int32 /* transaction_id */) |
+IPC_MESSAGE_CONTROL4(IndexedDBMsg_TransactionCallbacksAbort, |
+ int32 /* thread_id */, |
+ int32 /* transaction_id */, |
+ int /* code */, |
+ string16 /* message */) |
IPC_MESSAGE_CONTROL2(IndexedDBMsg_TransactionCallbacksComplete, |
int32 /* thread_id */, |
int32 /* transaction_id */) |