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

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

Issue 2857213005: PlzNavigate: implement process reuse for ServiceWorkers (Closed)
Patch Set: Addressed comments + fixed tests Created 3 years, 7 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/render_frame_host_manager.cc
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc
index 8ab2e551bde024f90f81605062548a4146eab23b..2ec25629202fe552fd145168ca647d00211366bb 100644
--- a/content/browser/frame_host/render_frame_host_manager.cc
+++ b/content/browser/frame_host/render_frame_host_manager.cc
@@ -484,8 +484,8 @@ void RenderFrameHostManager::CommitPendingIfNecessary(
// https://code.google.com/p/chromium/issues/detail?id=75195
if (was_caused_by_user_gesture) {
if (IsBrowserSideNavigationEnabled()) {
- CleanUpNavigation();
frame_tree_node_->ResetNavigationRequest(false, true);
+ CleanUpNavigation();
} else {
CancelPending();
}
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/renderer_host/render_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698