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) |