Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index a852758568aef5dfc5abceafb49fc7b20ca7e1ae..00820ebc8150aee50be50a48bd53654e941563f6 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1208,10 +1208,6 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_RouteCloseEvent) |
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidContentsPreferredSizeChange, |
gfx::Size /* pref_size */) |
-// Notifies whether there are JavaScript touch event handlers or not. |
-IPC_MESSAGE_ROUTED1(ViewHostMsg_HasTouchEventHandlers, |
- bool /* has_handlers */) |
- |
// A message from HTML-based UI. When (trusted) Javascript calls |
// send(message, args), this message is sent to the browser. |
IPC_MESSAGE_ROUTED3(ViewHostMsg_WebUISend, |