| 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 f64e616e741c6248ac3876863105ad8aac0c3cca..74fbd956507f239926883aade70b17bf3685587a 100644
|
| --- a/content/common/indexed_db/indexed_db_messages.h
|
| +++ b/content/common/indexed_db/indexed_db_messages.h
|
| @@ -492,6 +492,11 @@ IPC_MESSAGE_CONTROL4(IndexedDBHostMsg_DatabaseObserve,
|
| int64_t, /* transaction_id */
|
| int32_t) /* observer_id */
|
|
|
| +IPC_MESSAGE_CONTROL3(IndexedDBHostMsg_DatabaseUnobserve,
|
| + int32_t, /* ipc_thread_id */
|
| + int32_t, /* ipc_database_id */
|
| + std::vector<int32_t>) /* list of observer_id */
|
| +
|
| // WebIDBDatabase::createObjectStore() message.
|
| IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseCreateObjectStore,
|
| IndexedDBHostMsg_DatabaseCreateObjectStore_Params)
|
|
|