| Index: content/browser/renderer_host/input/touch_selection_controller_client_child_frame.cc
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller_client_child_frame.cc b/content/browser/renderer_host/input/touch_selection_controller_client_child_frame.cc
|
| index 140b63473cf7ee9e7ed58ff8eb0900ce2cccdfb0..5a40845ad3bb6352d397bec2e5122412ae2b9c6b 100644
|
| --- a/content/browser/renderer_host/input/touch_selection_controller_client_child_frame.cc
|
| +++ b/content/browser/renderer_host/input/touch_selection_controller_client_child_frame.cc
|
| @@ -187,9 +187,6 @@ void TouchSelectionControllerClientChildFrame::RunContextMenu() {
|
| anchor_point.Offset(-origin.x(), -origin.y());
|
| RenderWidgetHostImpl* host =
|
| RenderWidgetHostImpl::From(rwhv_->GetRenderWidgetHost());
|
| - // TODO(wjmaclean): Probably this ViewMsg should be converted to a FrameMsg
|
| - // since it will need to go to a RenderFrame once the Blink-side plumbing for
|
| - // this is hooked up.
|
| host->Send(new ViewMsg_ShowContextMenu(host->GetRoutingID(),
|
| ui::MENU_SOURCE_TOUCH_EDIT_MENU,
|
| gfx::ToRoundedPoint(anchor_point)));
|
|
|