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

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

Issue 2697753002: PlzNavigate: Fix dynamic iframe back forward layout test failure (Closed)
Patch Set: Refactor 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..a61d2409bfe205557754083b6b53e706072bce7c 100644
--- a/content/browser/frame_host/navigator.cc
+++ b/content/browser/frame_host/navigator.cc
@@ -26,6 +26,7 @@ bool Navigator::NavigateToPendingEntry(FrameTreeNode* frame_tree_node,
}
bool Navigator::NavigateNewChildFrame(RenderFrameHostImpl* render_frame_host,
+ bool is_user_gesture,
const GURL& default_url) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698