Index: content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
index cec2e37458ee86f4186d5c04876a152626b156b8..b1ddd58c0bb221e9893068be36f6f848b10d4adb 100644 |
--- a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
+++ b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
@@ -19,13 +19,6 @@ IndexedDBTransactionCallbacks::IndexedDBTransactionCallbacks( |
IndexedDBTransactionCallbacks::~IndexedDBTransactionCallbacks() { |
} |
-// TODO(jsbell): Remove once WK99097 has landed. |
-void IndexedDBTransactionCallbacks::onAbort() { |
- dispatcher_host_->Send( |
- new IndexedDBMsg_TransactionCallbacksAbortLegacy( |
- thread_id_, transaction_id_)); |
-} |
- |
void IndexedDBTransactionCallbacks::onAbort( |
const WebKit::WebIDBDatabaseError& error) { |
dispatcher_host_->Send( |