| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index eb809c414d4fa0186b1a930643f4e0f6560174de..ae1f94850df8e10b644876af714fb73cefa9bc20 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -742,6 +742,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const gfx::Range& range);
|
| void OnFocusedNodeChanged(bool is_editable_element,
|
| const gfx::Rect& bounds_in_frame_widget);
|
| + void OnSetHasReceivedUserGesture();
|
|
|
| #if defined(USE_EXTERNAL_POPUP_MENU)
|
| void OnShowPopup(const FrameHostMsg_ShowPopup_Params& params);
|
|
|