| 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 a8e1bde48bfcda14807174abf43c96c30e7a7399..7e0e65362dd78253c37497d5c6e535c5055c3ce0 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -738,6 +738,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);
|
|
|