Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index fbf73476c35819342ac73e26dd5bf07549f3de39..e00eccec134427009fd032ed4182011156f361d4 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1398,12 +1398,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged, |
IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionBoundsChanged, |
ViewHostMsg_SelectionBounds_Params) |
-#if defined(OS_ANDROID) |
-// Notification that the selection root bounds have changed. |
-IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionRootBoundsChanged, |
- gfx::Rect /* bounds of the selection root */) |
-#endif |
- |
// Asks the browser to display the file chooser. The result is returned in a |
// ViewMsg_RunFileChooserResponse message. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_RunFileChooser, |