Index: content/common/view_messages.h |
=================================================================== |
--- content/common/view_messages.h (revision 237621) |
+++ content/common/view_messages.h (working copy) |
@@ -2262,6 +2262,12 @@ |
// vibration, if there is one. |
IPC_MESSAGE_CONTROL0(ViewHostMsg_CancelVibration) |
+// Message sent from renderer to the browser when the element that is focused |
+// has been touched. A bool is passed in this message which indicates if the |
+// node is editable. |
+IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedNodeTouched, |
+ bool /* editable */) |
+ |
#if defined(OS_ANDROID) |
// Response to ViewMsg_FindMatchRects. |
// |