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

Unified Diff: content/test/test_render_frame_host.cc

Issue 2768813002: PlzNavigate: don't stop all loaders when renderer-initiated nav fails
Patch Set: Created 3 years, 9 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 5159d4b503509b4d5fd8661f9d520fffbbbb7194..a789989c532073feb8a5dd56d5d625047df2b0e4 100644
--- a/content/test/test_render_frame_host.cc
+++ b/content/test/test_render_frame_host.cc
@@ -426,7 +426,7 @@ void TestRenderFrameHost::SendRendererInitiatedNavigationRequest(
REQUEST_CONTEXT_TYPE_HYPERLINK,
blink::WebMixedContentContextType::Blockable,
false, // is_form_submission
- url::Origin());
+ url::Origin(), 0 /* renderer_navigation_id */);
CommonNavigationParams common_params;
common_params.url = url;
common_params.referrer = Referrer(GURL(), blink::WebReferrerPolicyDefault);

Powered by Google App Engine
This is Rietveld 408576698