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

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

Issue 358973005: Navigation transitions: Pass is_transition_navigation flag up to the embedder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 0321d7b9a334ba7d80a0ee2fe1bd331a9cf4fe9b..f6838a990b18ebb4059aaace2bdf3f238d43b59c 100644
--- a/content/browser/frame_host/render_frame_host_manager.cc
+++ b/content/browser/frame_host/render_frame_host_manager.cc
@@ -425,7 +425,7 @@ void RenderFrameHostManager::SwappedOut(
CURRENT_TAB,
pending_nav_params_->global_request_id,
pending_nav_params_->should_replace_current_entry,
- true);
+ true, false);
nasko 2014/07/03 09:39:30 Why is this hardcoded to false? It seems like it w
} else if (pending_render_frame_host_) {
RenderProcessHostImpl* pending_process =
static_cast<RenderProcessHostImpl*>(

Powered by Google App Engine
This is Rietveld 408576698