| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e9dbe90de58341429b39ee047da83d78b69cdfd9..3177bf6ca70beff1c7d73e8b91e098e67193edf9 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -172,6 +172,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(allow_payment_request)
|
| IPC_STRUCT_TRAITS_MEMBER(required_csp)
|
| IPC_STRUCT_TRAITS_MEMBER(delegated_permissions)
|
| IPC_STRUCT_TRAITS_END()
|
|
|