| Index: content/common/text_input_client_messages.h
|
| diff --git a/content/common/text_input_client_messages.h b/content/common/text_input_client_messages.h
|
| index 860bf10911bc920d44f284af652e56ddec83d8c6..85c6381d97167511c518ec5e52d1506025196913 100644
|
| --- a/content/common/text_input_client_messages.h
|
| +++ b/content/common/text_input_client_messages.h
|
| @@ -29,10 +29,6 @@ IPC_MESSAGE_ROUTED1(TextInputClientMsg_CharacterIndexForPoint,
|
| IPC_MESSAGE_ROUTED1(TextInputClientMsg_FirstRectForCharacterRange,
|
| gfx::Range)
|
|
|
| -// Tells the renderer to send back the text fragment in a given range.
|
| -IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringForRange,
|
| - gfx::Range)
|
| -
|
| // Tells the renderer to send back the word under the given point and its
|
| // baseline point.
|
| IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringAtPoint, gfx::Point)
|
| @@ -52,10 +48,6 @@ IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotFirstRectForRange,
|
| gfx::Rect /* frame rectangle */)
|
|
|
| #if defined(OS_MACOSX)
|
| -// Reply message for TextInputClientMsg_StringForRange.
|
| -IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotStringForRange,
|
| - mac::AttributedStringCoder::EncodedString)
|
| -
|
| // Reply message for TextInputClientMsg_StringAtPoint
|
| IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringAtPoint,
|
| mac::AttributedStringCoder::EncodedString,
|
|
|