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

Unified Diff: content/browser/indexed_db/indexed_db_cursor.h

Issue 16337010: Remove IDBCursorBackendInterface::deleteFunction (part 2/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
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;

Powered by Google App Engine
This is Rietveld 408576698