Index: content/browser/indexed_db/indexed_db_cursor.h |
diff --git a/content/browser/indexed_db/indexed_db_cursor.h b/content/browser/indexed_db/indexed_db_cursor.h |
index 536b3596967465c939c332b0e704ccfd257a8c11..ad3427461a22ec4ca3ad12ada90f1bcb9ec35aaa 100644 |
--- a/content/browser/indexed_db/indexed_db_cursor.h |
+++ b/content/browser/indexed_db/indexed_db_cursor.h |
@@ -19,8 +19,6 @@ class IndexedDBCursor : public base::RefCounted<IndexedDBCursor> { |
virtual void ContinueFunction( |
scoped_ptr<IndexedDBKey> key, |
scoped_refptr<IndexedDBCallbacksWrapper> callbacks) = 0; |
- virtual void DeleteFunction( |
- scoped_refptr<IndexedDBCallbacksWrapper> callbacks) = 0; |
virtual void PrefetchContinue( |
int number_to_fetch, |
scoped_refptr<IndexedDBCallbacksWrapper> callbacks) = 0; |