diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 5bb763a..67dac64 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1234,12 +1234,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedNodeChanged, IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor) -// Message sent from renderer requesting touch emulation using mouse. -// Shift-scrolling should be converted to pinch, if |allow_pinch| is true. -IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTouchEventEmulationEnabled, - bool /* enabled */, - bool /* allow_pinch */) - // Used to set a cookie. The cookie is set asynchronously, but will be // available to a subsequent ViewHostMsg_GetCookies request. IPC_MESSAGE_CONTROL4(ViewHostMsg_SetCookie, |