Index: content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
diff --git a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
index ac34dca60b163531828c78f93d36fdee2924a708..3b67592d647c5dcb8d0a2c3fdfb93215e48ca9e3 100644 |
--- a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
+++ b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
@@ -20,8 +20,6 @@ class IndexedDBTransactionCallbacks |
virtual ~IndexedDBTransactionCallbacks(); |
- // TODO(jsbell): Remove once WK99097 has landed. |
- virtual void onAbort(); |
virtual void onAbort(const WebKit::WebIDBDatabaseError& error); |
virtual void onComplete(); |