| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 3f4e6fd74e30b9848bda1885a1dba430fe447cd3..c7e18e9e54101421bf497a32418c676384af59e5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1099,6 +1099,11 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetWebUIProperty,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetInputMethodActive,
|
| bool /* is_active */)
|
|
|
| +// IME API oncandidatewindow* events for InputMethodContext.
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowShown)
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowUpdated)
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowHidden)
|
| +
|
| // This message sends a string being composed with an input method.
|
| IPC_MESSAGE_ROUTED4(
|
| ViewMsg_ImeSetComposition,
|
|
|