| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b9abc84476cf0941260557315df2489834e08394..a88af42ddf52074b712c583a61a9da767de2c355 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -363,6 +363,9 @@ IPC_STRUCT_BEGIN(ViewHostMsg_TextInputState_Params)
|
| // The type of input field
|
| IPC_STRUCT_MEMBER(ui::TextInputType, type)
|
|
|
| + // The mode of input field
|
| + IPC_STRUCT_MEMBER(ui::TextInputMode, mode)
|
| +
|
| // The value of the input field
|
| IPC_STRUCT_MEMBER(std::string, value)
|
|
|
| @@ -1414,11 +1417,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_TakeFocus,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_OpenDateTimeDialog,
|
| ViewHostMsg_DateTimeDialogValue_Params /* value */)
|
|
|
| -IPC_MESSAGE_ROUTED3(ViewHostMsg_TextInputTypeChanged,
|
| - ui::TextInputType /* TextInputType of the focused node */,
|
| - ui::TextInputMode /* TextInputMode of the focused node */,
|
| - bool /* can_compose_inline in the focused node */)
|
| -
|
| // Required for updating text input state.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_TextInputStateChanged,
|
| ViewHostMsg_TextInputState_Params /* input state params */)
|
|
|