| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index fd3267ca0d9ef5335d85ad096ed3b1f3b74f1f10..996d571cc68878818e694758895f69e240540bde 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(csp)
|
| IPC_STRUCT_TRAITS_MEMBER(delegated_permissions)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|