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

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

Issue 2697753002: PlzNavigate: Fix dynamic iframe back forward layout test failure (Closed)
Patch Set: Renamed is_user_gesture to has_user_gesture Created 3 years, 10 months 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/navigator.h
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h
index d322c017047639f60c01360630f2f8e1d49a6221..29e375b6f6dae64247c63ff95966beba663ab426 100644
--- a/content/browser/frame_host/navigator.h
+++ b/content/browser/frame_host/navigator.h
@@ -105,6 +105,8 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
// TODO(creis): Remove |default_url| once we have collected UMA stats on the
// cases that we use a different URL from history than the frame's src.
virtual bool NavigateNewChildFrame(RenderFrameHostImpl* render_frame_host,
+ bool is_renderer_initiated,
+ bool has_user_gesure,
const GURL& default_url);
// Navigation requests -------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698