diff options
Diffstat (limited to 'chrome/common/indexed_db_messages.h')
-rw-r--r-- | chrome/common/indexed_db_messages.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/indexed_db_messages.h b/chrome/common/indexed_db_messages.h index 72d71ea7..5742b1f 100644 --- a/chrome/common/indexed_db_messages.h +++ b/chrome/common/indexed_db_messages.h @@ -216,8 +216,6 @@ struct ParamTraits<IndexedDBHostMsg_ObjectStoreOpenCursor_Params> { // Indexed DB messages sent from the browser to the renderer. // IDBCallback message handlers. -IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessNull, - int32 /* response_id */) IPC_MESSAGE_CONTROL2(IndexedDBMsg_CallbacksSuccessIDBCursor, int32 /* response_id */, int32 /* cursor_id */) |