Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 9c7c90abb22c2dd86abcd750000c19291588bd9a..179adb081db7b46bdebe82a63263c9d4d9e36985 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -286,7 +286,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::TextInputState) |
| IPC_STRUCT_TRAITS_MEMBER(composition_end) |
| IPC_STRUCT_TRAITS_MEMBER(can_compose_inline) |
| IPC_STRUCT_TRAITS_MEMBER(show_ime_if_needed) |
|
aelias_OOO_until_Jul13
2017/01/04 20:11:01
Please rename to "show_virtual_keyboard" (and ever
|
| - IPC_STRUCT_TRAITS_MEMBER(is_non_ime_change) |
| + IPC_STRUCT_TRAITS_MEMBER(reply_to_request) |
| IPC_STRUCT_TRAITS_END() |
| IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params) |