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

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

Issue 2768813002: PlzNavigate: don't stop all loaders when renderer-initiated nav fails
Patch Set: Removed id 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/browser/frame_host/navigator_impl.cc
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
index d8e9e313c0f58451e9e49b47d324e33bb8bbb211..3e1890de09b97d75307f0e57f7df3410f3c06886 100644
--- a/content/browser/frame_host/navigator_impl.cc
+++ b/content/browser/frame_host/navigator_impl.cc
@@ -1006,7 +1006,7 @@ void NavigatorImpl::OnBeginNavigation(
RenderFrameHost* current_frame_host =
frame_tree_node->render_manager()->current_frame_host();
current_frame_host->Send(
- new FrameMsg_Stop(current_frame_host->GetRoutingID()));
+ new FrameMsg_DroppedNavigation(current_frame_host->GetRoutingID()));
return;
}

Powered by Google App Engine
This is Rietveld 408576698