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 01f3a1857d56d2fb01764776aa669eba2d4a5171..aab1646770849ab414afba3f7d0e239fd45870f8 100644 |
--- a/content/common/indexed_db/indexed_db_messages.h |
+++ b/content/common/indexed_db/indexed_db_messages.h |
@@ -271,10 +271,6 @@ IPC_MESSAGE_CONTROL5(IndexedDBMsg_CallbacksUpgradeNeeded, |
int64) /* old_version */ |
// IDBTransactionCallback message handlers. |
-// 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 */, |