| Index: content/browser/frame_host/render_frame_proxy_host.h
|
| diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
|
| index 8b123da3b34fd98665377cb59150f286bd7cc8b1..81a1e90246e66904dbdfe8ee3ec3c17d4dfff9c3 100644
|
| --- a/content/browser/frame_host/render_frame_proxy_host.h
|
| +++ b/content/browser/frame_host/render_frame_proxy_host.h
|
| @@ -123,6 +123,7 @@ class RenderFrameProxyHost
|
| void OnDidChangeOpener(int32_t opener_routing_id);
|
| void OnAdvanceFocus(blink::WebFocusType type, int32_t source_routing_id);
|
| void OnFrameFocused();
|
| + void OnSetHasReceivedUserGesture();
|
|
|
| // This RenderFrameProxyHost's routing id.
|
| int routing_id_;
|
|
|