Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: content/browser/in_process_webkit/indexed_db_transaction_callbacks.h

Issue 11193003: IndexedDB: Delete old IPC plumbing following WK99097 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698