| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index bfd646575e96e100083d5a673c032b1719acac1d..45a9524294cc8ee9870c64992e1bd59ba3f42176 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -171,6 +171,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::FrameOwnerProperties)
|
| IPC_STRUCT_TRAITS_MEMBER(margin_width)
|
| IPC_STRUCT_TRAITS_MEMBER(margin_height)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_fullscreen)
|
| + IPC_STRUCT_TRAITS_MEMBER(required_csp)
|
| IPC_STRUCT_TRAITS_MEMBER(delegated_permissions)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|