| 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 a70337e98c6d35ad52e6601c79c56d4f80a2fee2..9911452e2f5d3897d8590189ad963e725eb83715 100644
|
| --- a/content/common/indexed_db/indexed_db_messages.h
|
| +++ b/content/common/indexed_db/indexed_db_messages.h
|
| @@ -449,6 +449,11 @@ IPC_SYNC_MESSAGE_CONTROL1_1(IndexedDBHostMsg_ObjectStoreIndexNames,
|
| int32, /* idb_object_store_id */
|
| std::vector<string16> /* index_names */)
|
|
|
| +// WebIDBObjectStore::autoIncrement() message.
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(IndexedDBHostMsg_ObjectStoreAutoIncrement,
|
| + int32, /* idb_object_store_id */
|
| + bool /* auto_increment */)
|
| +
|
| // WebIDBObjectStore::get() message.
|
| IPC_SYNC_MESSAGE_CONTROL5_1(IndexedDBHostMsg_ObjectStoreGet,
|
| int32, /* idb_object_store_id */
|
|
|