| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 5e159ff90f12c86e951d288c72a587eb67e3f788..ca1ed2d0caf879f42585f15a7b898d60753210cc 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -160,11 +160,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::ContextMenuParams)
|
| IPC_STRUCT_TRAITS_MEMBER(custom_context)
|
| IPC_STRUCT_TRAITS_MEMBER(custom_items)
|
| IPC_STRUCT_TRAITS_MEMBER(source_type)
|
| -#if defined(OS_ANDROID)
|
| - IPC_STRUCT_TRAITS_MEMBER(selection_start)
|
| - IPC_STRUCT_TRAITS_MEMBER(selection_end)
|
| -#endif
|
| IPC_STRUCT_TRAITS_MEMBER(input_field_type)
|
| + IPC_STRUCT_TRAITS_MEMBER(selection_rect)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::CustomContextMenuContext)
|
|
|