Index: chrome/common/render_messages.h |
=================================================================== |
--- chrome/common/render_messages.h (revision 238152) |
+++ chrome/common/render_messages.h (working copy) |
@@ -666,6 +666,12 @@ |
GURL /* expected_url */) |
#endif // defined(OS_ANDROID) |
+// 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(ChromeViewHostMsg_FocusedNodeTouched, |
+ bool /* editable */) |
+ |
// The currently displayed PDF has an unsupported feature. |
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_PDFHasUnsupportedFeature) |