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

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

Issue 2720543002: Fix headless_browsertests failures with PlzNavigate. (Closed)
Patch Set: review comments 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/navigation_request.cc
diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
index 63e138db256849c0ef110b65b3e6dfe03d665780..dbbe649477ccd4cb494c917963134094d652aaea 100644
--- a/content/browser/frame_host/navigation_request.cc
+++ b/content/browser/frame_host/navigation_request.cc
@@ -583,8 +583,9 @@ void NavigationRequest::OnRequestFailed(bool has_stale_copy_in_cache,
TransferNavigationHandleOwnership(render_frame_host);
render_frame_host->navigation_handle()->ReadyToCommitNavigation(
render_frame_host);
- render_frame_host->FailedNavigation(common_params_, request_params_,
- has_stale_copy_in_cache, net_error);
+ render_frame_host->FailedNavigation(common_params_, begin_params_,
+ request_params_, has_stale_copy_in_cache,
+ net_error);
}
void NavigationRequest::OnRequestStarted(base::TimeTicks timestamp) {
« no previous file with comments | « content/browser/devtools/render_frame_devtools_agent_host.cc ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698