Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 3f55ab58b41b60c86d227f74c78ce656815cc50d..426ac1faa1213af5657497bcc4901e15d81c1674 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1330,9 +1330,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 |