Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: content/browser/frame_host/interstitial_page_navigator_impl.h

Issue 2499313003: Set user_gesture bit at NavigationHandle creation time. (Closed)
Patch Set: comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/interstitial_page_navigator_impl.h
diff --git a/content/browser/frame_host/interstitial_page_navigator_impl.h b/content/browser/frame_host/interstitial_page_navigator_impl.h
index 92afa5f07889d14bacc5eb579b3dc2d6caa11d76..d2e9114684bfccf3ffc100b412de01a182214756 100644
--- a/content/browser/frame_host/interstitial_page_navigator_impl.h
+++ b/content/browser/frame_host/interstitial_page_navigator_impl.h
@@ -26,10 +26,10 @@ class CONTENT_EXPORT InterstitialPageNavigatorImpl : public Navigator {
NavigatorDelegate* GetDelegate() override;
NavigationController* GetController() override;
- void DidStartProvisionalLoad(
- RenderFrameHostImpl* render_frame_host,
- const GURL& url,
- const base::TimeTicks& navigation_start) override;
+ void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host,
+ const GURL& url,
+ const base::TimeTicks& navigation_start,
+ bool has_user_gesture) override;
void DidNavigate(
RenderFrameHostImpl* render_frame_host,
const FrameHostMsg_DidCommitProvisionalLoad_Params& input_params,

Powered by Google App Engine
This is Rietveld 408576698