| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 4c9b74424c29edaafba510ded9e686d961c77ece..b18f4a3d5a20db8966b78e89157563c206d9eb94 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -972,8 +972,6 @@ IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBTextInput_UpdateCaretPosition,
|
| PP_Rect /* bounding_box */)
|
| IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBTextInput_CancelCompositionText,
|
| PP_Instance /* instance */)
|
| -IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBTextInput_SelectionChanged,
|
| - PP_Instance /* instance */)
|
| IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBTextInput_UpdateSurroundingText,
|
| PP_Instance /* instance */,
|
| std::string /* text */,
|
|
|