| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 448a65fd0bce0389f31d1713b2dbd26ad105a44c..ee3606ceca70315538a5974e15f8814b498c04b5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -759,11 +759,6 @@ 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)
|
| -
|
| // Used to notify the render-view that we have received a target URL. Used
|
| // to prevent target URLs spamming the browser.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_UpdateTargetURL_ACK)
|
|
|