| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index eec10530604703878f71021f453870133499e2c4..61a8e57c8228928535b47ce0b523bbb7480ed0ba 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -97,8 +97,6 @@ IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContextMenuData::InputFieldType,
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebFocusType, blink::WebFocusTypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebFrameOwnerProperties::ScrollingMode,
|
| blink::WebFrameOwnerProperties::ScrollingMode::Last)
|
| -IPC_ENUM_TRAITS_MAX_VALUE(blink::WebPermissionType,
|
| - blink::WebPermissionTypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::StopFindAction,
|
| content::STOP_FIND_ACTION_LAST)
|
| IPC_ENUM_TRAITS(blink::WebSandboxFlags) // Bitmask.
|
| @@ -177,7 +175,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::FrameOwnerProperties)
|
| 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()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::PageImportanceSignals)
|
|
|