| Index: content/common/indexed_db_messages.h
|
| diff --git a/content/common/indexed_db_messages.h b/content/common/indexed_db_messages.h
|
| index b27fb53cd39f0f5ef6e362f4093a78ef96bc32ef..8347b01f682dcf70594ff6862181e9dc11669b94 100644
|
| --- a/content/common/indexed_db_messages.h
|
| +++ b/content/common/indexed_db_messages.h
|
| @@ -30,8 +30,6 @@ IPC_STRUCT_BEGIN(IndexedDBHostMsg_FactoryOpen_Params)
|
| IPC_STRUCT_MEMBER(string16, origin)
|
| // The name of the database.
|
| IPC_STRUCT_MEMBER(string16, name)
|
| - // The maximum size of the database.
|
| - IPC_STRUCT_MEMBER(uint64, maximum_size)
|
| IPC_STRUCT_END()
|
|
|
| // Used to delete an indexed database.
|
|
|