Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 007d749fa5363a26843fa26e3f1852763b337907..dfa27fb24dd693f0fbc94aa5b6db023438fe1983 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1042,10 +1042,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SelectPopupMenuItems, |
bool /* user canceled the popup */, |
std::vector<int> /* selected indices */) |
-// Tells the renderer to try to revert to the zoom level we were at before |
-// ViewMsg_ScrollFocusedEditableNodeIntoView was called. |
-IPC_MESSAGE_ROUTED0(ViewMsg_UndoScrollFocusedEditableNodeIntoView) |
- |
// Notifies the renderer whether hiding/showing the top controls is enabled |
// and whether or not to animate to the proper state. |
IPC_MESSAGE_ROUTED3(ViewMsg_UpdateTopControlsState, |