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 f1770ffec0e8af3d51c9621d723bd1ba0e3b081d..2f36c63249bb8766a59485362a7917ed8d1c1825 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -2728,6 +2728,10 @@ void RenderFrameHostImpl::SuppressFurtherDialogs() { |
Send(new FrameMsg_SuppressFurtherDialogs(GetRoutingID())); |
} |
+void RenderFrameHostImpl::SetHasReceivedUserGesture() { |
+ Send(new FrameMsg_SetHasReceivedUserGesture(GetRoutingID())); |
nasko
2016/10/26 22:17:23
nit: It might not be worthwhile adding an explicit
|
+} |
+ |
bool RenderFrameHostImpl::IsSameSiteInstance( |
RenderFrameHostImpl* other_render_frame_host) { |
// As a sanity check, make sure the frame belongs to the same BrowserContext. |