Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index d9b4dfc6517bace09b48abd1d03cd3b0bc5d375f..4888b2779f5a17ec6859184d3cfbfb5d8ad0004e 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -174,6 +174,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) |
pals
2016/12/02 12:29:48
Missed out this change in the previous patch. Now,
|
IPC_STRUCT_TRAITS_MEMBER(required_csp) |
IPC_STRUCT_TRAITS_MEMBER(delegated_permissions) |
IPC_STRUCT_TRAITS_END() |