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

Unified Diff: content/browser/indexed_db/webidbcursor_impl.cc

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.cc
diff --git a/content/browser/indexed_db/webidbcursor_impl.cc b/content/browser/indexed_db/webidbcursor_impl.cc
index 629ebaf5ed78d5f0e2bc408e6113b2ae6d4df45b..da125ec2b4d4a34bf1531404cb0852afa2b2e007 100644
--- a/content/browser/indexed_db/webidbcursor_impl.cc
+++ b/content/browser/indexed_db/webidbcursor_impl.cc
@@ -32,11 +32,6 @@ void WebIDBCursorImpl::continueFunction(const WebKit::WebIDBKey& key,
IndexedDBCallbacksWrapper::Create(callbacks));
}
-void WebIDBCursorImpl::deleteFunction(WebIDBCallbacks* callbacks) {
- idb_cursor_backend_->DeleteFunction(
- IndexedDBCallbacksWrapper::Create(callbacks));
-}
-
void WebIDBCursorImpl::prefetchContinue(int number_to_fetch,
WebKit::WebIDBCallbacks* callbacks) {
idb_cursor_backend_->PrefetchContinue(

Powered by Google App Engine
This is Rietveld 408576698