| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index fa24c49ff9ac52c0116083e4ac9d722dffa54528..3b6faac6488110c95776c4555d2fc24e15ae41f3 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1332,9 +1332,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTooltipText,
|
| base::string16 /* tooltip text string */,
|
| blink::WebTextDirection /* text direction hint */)
|
|
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_SelectRange_ACK)
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_MoveCaret_ACK)
|
| -
|
| // Notification that the text selection has changed.
|
| // Note: The secound parameter is the character based offset of the
|
| // base::string16
|
|
|