| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index df630d3e0c5b514d1f7ae2031fc753accd39a4cb..16d19c5f84f491c9a29d12347d2a2f406507e8fa 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1102,6 +1102,11 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetWebUIProperty,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetInputMethodActive,
|
| bool /* is_active */)
|
|
|
| +// IME API oncandidatewindow* events for InputMethodContext.
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowShow)
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowUpdate)
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowHide)
|
| +
|
| // This message sends a string being composed with an input method.
|
| IPC_MESSAGE_ROUTED4(
|
| ViewMsg_ImeSetComposition,
|
|
|