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

Unified Diff: content/test/test_render_frame_host.cc

Issue 483773002: PlzNavigate: implement CommitNavigation on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split the class into structs used by IPCs Created 6 years, 3 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/test/test_render_frame_host.cc
diff --git a/content/test/test_render_frame_host.cc b/content/test/test_render_frame_host.cc
index eabbbda41167f6f4a3ca65e322085aaf5c72acd0..28312d9cb1542e21be6605c79fbd8e60ab38edb8 100644
--- a/content/test/test_render_frame_host.cc
+++ b/content/test/test_render_frame_host.cc
@@ -173,9 +173,7 @@ void TestRenderFrameHost::SendBeginNavigationWithURL(const GURL& url) {
params.referrer = Referrer(GURL(), blink::WebReferrerPolicyDefault);
params.load_flags = net::LOAD_NORMAL;
params.has_user_gesture = false;
- params.transition_type = PAGE_TRANSITION_LINK;
- params.should_replace_current_entry = false;
- params.allow_download = true;
+ params.transition = PAGE_TRANSITION_LINK;
OnBeginNavigation(params);
}
« content/renderer/render_frame_impl.h ('K') | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698