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 e9adb14e6d82cae7b2c1fe757dc6886ac01163c6..66367b6c5ae2e3a25030708549142db52b0b7a71 100644 |
--- a/content/common/indexed_db/indexed_db_dispatcher.h |
+++ b/content/common/indexed_db/indexed_db_dispatcher.h |
@@ -256,8 +256,6 @@ class CONTENT_EXPORT IndexedDBDispatcher |
int32 transaction_id, |
int32 database_id, |
int64 old_version); |
- // TODO(jsbell): Remove once WK99097 has landed. |
- void OnAbortLegacy(int32 thread_id, int32 transaction_id); |
void OnAbort(int32 thread_id, |
int32 transaction_id, |
int code, |