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

Unified Diff: content/public/test/navigation_simulator.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/public/test/navigation_simulator.cc
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
index 015dd4c22a673d7b4951607bed6ff9059c485dfa..981600828429df479bf182b715a4d1de10304229 100644
--- a/content/public/test/navigation_simulator.cc
+++ b/content/public/test/navigation_simulator.cc
@@ -114,8 +114,8 @@ void NavigationSimulator::Start() {
std::string(), net::LOAD_NORMAL, true /* has_user_gesture */,
false /* skip_service_worker */, REQUEST_CONTEXT_TYPE_HYPERLINK,
blink::WebMixedContentContextType::Blockable,
- false, // is_form_submission
- url::Origin());
+ false, /* is_form_submission */
+ url::Origin(), 0 /* renderer_navigation_id */);
CommonNavigationParams common_params;
common_params.url = navigation_url_;
common_params.referrer = referrer_;

Powered by Google App Engine
This is Rietveld 408576698