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

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

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.cc
diff --git a/content/browser/frame_host/navigator.cc b/content/browser/frame_host/navigator.cc
index aee61f64d0e004e95535aa8ed3fbac610f969394..2ad63152abc276807d2236e3825d0ed87dcdf757 100644
--- a/content/browser/frame_host/navigator.cc
+++ b/content/browser/frame_host/navigator.cc
@@ -26,6 +26,8 @@ bool Navigator::NavigateToPendingEntry(FrameTreeNode* frame_tree_node,
}
bool Navigator::NavigateNewChildFrame(RenderFrameHostImpl* render_frame_host,
+ bool is_renderer_initiated,
+ bool has_user_gesture,
const GURL& default_url) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698