| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 5941797043afea971c26758bb1a788fac62697ac..ce7e0e734ef7f4e79c573fa9dcc7da22e84f7d74 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1394,12 +1394,6 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_BeforeUnload_ACK,
|
| // Indicates that the current frame has swapped out, after a SwapOut message.
|
| IPC_MESSAGE_ROUTED0(FrameHostMsg_SwapOut_ACK)
|
|
|
| -// Forwards an input event to a child.
|
| -// TODO(nick): Temporary bridge, revisit once the browser process can route
|
| -// input directly to subframes. http://crbug.com/339659
|
| -IPC_MESSAGE_ROUTED1(FrameHostMsg_ForwardInputEvent,
|
| - IPC::WebInputEventPointer /* event */)
|
| -
|
| // Tells the parent that a child's frame rect has changed (or the rect/scroll
|
| // position of a child's ancestor has changed).
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_FrameRectChanged, gfx::Rect /* frame_rect */)
|
|
|