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

Unified Diff: content/browser/indexed_db/webidbcursor_impl.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/webidbcursor_impl.h
diff --git a/content/browser/indexed_db/webidbcursor_impl.h b/content/browser/indexed_db/webidbcursor_impl.h
index ec89877bc33c306b75ec916787e39db89caa4251..1fb6d40a1f49c41597ed4a38b2465c84b11e0244 100644
--- a/content/browser/indexed_db/webidbcursor_impl.h
+++ b/content/browser/indexed_db/webidbcursor_impl.h
@@ -19,7 +19,6 @@ class WebIDBCursorImpl : public WebKit::WebIDBCursor {
virtual void advance(unsigned long, WebKit::WebIDBCallbacks* callbacks);
virtual void continueFunction(const WebKit::WebIDBKey& key,
WebKit::WebIDBCallbacks* callbacks);
- virtual void deleteFunction(WebKit::WebIDBCallbacks* callbacks);
virtual void prefetchContinue(int number_to_fetch,
WebKit::WebIDBCallbacks* callbacks);
virtual void prefetchReset(int used_prefetches, int unused_prefetches);

Powered by Google App Engine
This is Rietveld 408576698