| Index: content/common/indexed_db_messages.h
|
| diff --git a/content/common/indexed_db_messages.h b/content/common/indexed_db_messages.h
|
| index 31a09740e59ba428a689e0aec4f3c9a7c754d646..07784f3f91d7861708f04b3340e5ad4e8401f871 100644
|
| --- a/content/common/indexed_db_messages.h
|
| +++ b/content/common/indexed_db_messages.h
|
| @@ -106,6 +106,8 @@ IPC_STRUCT_BEGIN(IndexedDBHostMsg_ObjectStoreCreateIndex_Params)
|
| IPC_STRUCT_MEMBER(NullableString16, key_path)
|
| // Whether the index created has unique keys.
|
| IPC_STRUCT_MEMBER(bool, unique)
|
| + // Whether the index created produces keys for each array entry.
|
| + IPC_STRUCT_MEMBER(bool, multi_entry)
|
| // The transaction this is associated with.
|
| IPC_STRUCT_MEMBER(int32, transaction_id)
|
| // The object store the index belongs to.
|
|
|