| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ac1d66588ab231bc5cf2b2fc91ab5c0f9dae6b6a..18dc280cec40ac87cfab10bf5763e0fb7bd4dee2 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1256,6 +1256,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedNodeChanged,
|
|
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor)
|
|
|
| +// Message sent from renderer requesting touch emulation using mouse.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_SetTouchEventEmulationEnabled,
|
| + bool /* enabled */)
|
| +
|
| // 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,
|
|
|