| 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 0bac45b820d0a3acd252cf705c0326a96ad2a634..47c1448548b34b15db60ad84eb8ac17b1619f3ab 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -3087,10 +3087,6 @@ void RenderFrameHostImpl::SuppressFurtherDialogs() {
|
| Send(new FrameMsg_SuppressFurtherDialogs(GetRoutingID()));
|
| }
|
|
|
| -void RenderFrameHostImpl::SetHasReceivedUserGesture() {
|
| - Send(new FrameMsg_SetHasReceivedUserGesture(GetRoutingID()));
|
| -}
|
| -
|
| void RenderFrameHostImpl::ClearFocusedElement() {
|
| has_focused_editable_element_ = false;
|
| Send(new FrameMsg_ClearFocusedElement(GetRoutingID()));
|
|
|