| 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 6756d31328f49b9eea67a885ade134a6280e9786..2613a78c151367b53ba716a1318710b81639569d 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -543,7 +543,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| std::unique_ptr<StreamHandle> body,
|
| const CommonNavigationParams& common_params,
|
| const RequestNavigationParams& request_params,
|
| - bool is_view_source);
|
| + bool is_view_source,
|
| + bool user_gesture);
|
|
|
| // PlzNavigate
|
| // Indicates that a navigation failed and that this RenderFrame should display
|
|
|