| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index fcf333edee83b8b4d04f2e37f8278d39a6a85644..25b9c8c8faa5f1e93c31657bd0bd3b3ee9e3ff52 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -271,11 +271,7 @@ IPC_STRUCT_TRAITS_BEGIN(blink::mojom::WindowFeatures)
|
| IPC_STRUCT_TRAITS_MEMBER(menu_bar_visible)
|
| IPC_STRUCT_TRAITS_MEMBER(status_bar_visible)
|
| IPC_STRUCT_TRAITS_MEMBER(tool_bar_visible)
|
| - IPC_STRUCT_TRAITS_MEMBER(location_bar_visible)
|
| IPC_STRUCT_TRAITS_MEMBER(scrollbars_visible)
|
| - IPC_STRUCT_TRAITS_MEMBER(resizable)
|
| - IPC_STRUCT_TRAITS_MEMBER(fullscreen)
|
| - IPC_STRUCT_TRAITS_MEMBER(dialog)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(ui::AXEvent, ui::AX_EVENT_LAST)
|
|
|