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

Unified Diff: content/common/indexed_db/indexed_db_messages.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/common/indexed_db/indexed_db_messages.h
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h
index 34989cb36ea7e8b0b963dc6ee5571a9171a87a31..ffcfc826d99a93e49f7a9e160e0fd22d5479689e 100644
--- a/content/common/indexed_db/indexed_db_messages.h
+++ b/content/common/indexed_db/indexed_db_messages.h
@@ -404,12 +404,6 @@ IPC_MESSAGE_CONTROL3(IndexedDBHostMsg_CursorPrefetchReset,
int32, /* used_prefetches */
int32) /* used_prefetches */
-// WebIDBCursor::delete() message.
-IPC_MESSAGE_CONTROL3(IndexedDBHostMsg_CursorDelete,
- int32, /* ipc_cursor_id */
- int32, /* ipc_thread_id */
- int32) /* ipc_callbacks_id */
-
// WebIDBFactory::getDatabaseNames() message.
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_FactoryGetDatabaseNames,
IndexedDBHostMsg_FactoryGetDatabaseNames_Params)

Powered by Google App Engine
This is Rietveld 408576698