Index: content/common/indexed_db_messages.h |
diff --git a/content/common/indexed_db_messages.h b/content/common/indexed_db_messages.h |
index 118106ecb84cd26cbb5c8e49aecd87ccb19421dd..122f580b0843320337b9bb49e2507332556d6d53 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, multiEntry) |
jam
2011/12/02 20:36:04
multi_entry
|
// The transaction this is associated with. |
IPC_STRUCT_MEMBER(int32, transaction_id) |
// The object store the index belongs to. |