| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 65750d7799689da1fe7ab249f23bc9b80eb31ef5..4187c13513b0781e1616bfff6cf4c01b63c42ed5 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -45,6 +45,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(FrameMsg_UILoadMetricsReportType::Value,
|
| FrameMsg_UILoadMetricsReportType::REPORT_TYPE_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContextMenuData::MediaType,
|
| blink::WebContextMenuData::MediaTypeLast)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(blink::WebContextMenuData::InputFieldType,
|
| + blink::WebContextMenuData::InputFieldTypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebTreeScopeType,
|
| blink::WebTreeScopeType::Last)
|
| IPC_ENUM_TRAITS_MAX_VALUE(ui::MenuSourceType, ui::MENU_SOURCE_TYPE_LAST)
|
| @@ -92,6 +94,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ContextMenuParams)
|
| IPC_STRUCT_TRAITS_MEMBER(selection_start)
|
| IPC_STRUCT_TRAITS_MEMBER(selection_end)
|
| #endif
|
| + IPC_STRUCT_TRAITS_MEMBER(input_field_type)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::CustomContextMenuContext)
|
|
|