Index: chrome/common/render_messages.h |
=================================================================== |
--- chrome/common/render_messages.h (revision 237621) |
+++ chrome/common/render_messages.h (working copy) |
@@ -657,12 +657,6 @@ |
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) |