| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index 677a167e5737b32c0341c197684f7a1ac22d431a..e11696c749ae0b519e3c47d257f295a80fbbb0d8 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -117,6 +117,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| bool new_is_external_protocol) override;
|
| NavigationThrottle::ThrottleCheckResult CallWillProcessResponseForTesting(
|
| RenderFrameHost* render_frame_host) override;
|
| + void SetHasUserGestureForTesting(bool has_user_gesture) override;
|
|
|
| NavigationData* GetNavigationData() override;
|
|
|
|
|