Commit da3893d5 authored by vasilii's avatar vasilii Committed by Commit bot

Delete RenderFrameHostImpl::SetHasReceivedUserGesture.

The method is unused. It was introduced in https://codereview.chromium.org/2445193005.

CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/2803163003
Cr-Commit-Position: refs/heads/master@{#463374}
parent fee40485
...@@ -3088,10 +3088,6 @@ void RenderFrameHostImpl::SuppressFurtherDialogs() { ...@@ -3088,10 +3088,6 @@ void RenderFrameHostImpl::SuppressFurtherDialogs() {
Send(new FrameMsg_SuppressFurtherDialogs(GetRoutingID())); Send(new FrameMsg_SuppressFurtherDialogs(GetRoutingID()));
} }
void RenderFrameHostImpl::SetHasReceivedUserGesture() {
Send(new FrameMsg_SetHasReceivedUserGesture(GetRoutingID()));
}
void RenderFrameHostImpl::ClearFocusedElement() { void RenderFrameHostImpl::ClearFocusedElement() {
has_focused_editable_element_ = false; has_focused_editable_element_ = false;
Send(new FrameMsg_ClearFocusedElement(GetRoutingID())); Send(new FrameMsg_ClearFocusedElement(GetRoutingID()));
......
...@@ -609,8 +609,6 @@ class CONTENT_EXPORT RenderFrameHostImpl ...@@ -609,8 +609,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
// no longer on the stack when we attempt to swap it out. // no longer on the stack when we attempt to swap it out.
void SuppressFurtherDialogs(); void SuppressFurtherDialogs();
void SetHasReceivedUserGesture();
void ClearFocusedElement(); void ClearFocusedElement();
// Returns whether the given URL is allowed to commit in the current process. // Returns whether the given URL is allowed to commit in the current process.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment