| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 88825d1023e50e212bb10caf927661e867de2778..ba0226dba6fad02a1e180a8bb97e25c007b3ac06 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -2511,17 +2511,6 @@ void RenderFrameHostImpl::DidCancelPopupMenu() {
|
|
|
| #elif defined(OS_ANDROID)
|
|
|
| -void RenderFrameHostImpl::ActivateNearestFindResult(int request_id,
|
| - float x,
|
| - float y) {
|
| - Send(
|
| - new InputMsg_ActivateNearestFindResult(GetRoutingID(), request_id, x, y));
|
| -}
|
| -
|
| -void RenderFrameHostImpl::RequestFindMatchRects(int current_version) {
|
| - Send(new FrameMsg_FindMatchRects(GetRoutingID(), current_version));
|
| -}
|
| -
|
| void RenderFrameHostImpl::DidSelectPopupMenuItems(
|
| const std::vector<int>& selected_indices) {
|
| Send(new FrameMsg_SelectPopupMenuItems(routing_id_, false, selected_indices));
|
|
|