| 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 7a750376fbc7e87c81a0ceccc23e2c63589c6b08..faf354dc8f481fa529672038575e81944c15c2e3 100644
|
| --- a/content/common/indexed_db/indexed_db_messages.h
|
| +++ b/content/common/indexed_db/indexed_db_messages.h
|
| @@ -336,6 +336,7 @@ IPC_STRUCT_END()
|
| IPC_STRUCT_BEGIN(IndexedDBDatabaseMetadata)
|
| IPC_STRUCT_MEMBER(string16, name)
|
| IPC_STRUCT_MEMBER(string16, version)
|
| + IPC_STRUCT_MEMBER(int64_t, intVersion)
|
| IPC_STRUCT_MEMBER(std::vector<IndexedDBObjectStoreMetadata>, object_stores)
|
| IPC_STRUCT_END()
|
|
|
|
|