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

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

Issue 1066823004: PlzNavigate: improve tracking of improper subframe swap-out. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/frame_tree_node.cc
diff --git a/content/browser/frame_host/frame_tree_node.cc b/content/browser/frame_host/frame_tree_node.cc
index daf4a71255d6b8a9c6f30493364f25644dd18620..9a29fb86b5814e1156a2a2130d4c0e0259f96d5f 100644
--- a/content/browser/frame_host/frame_tree_node.cc
+++ b/content/browser/frame_host/frame_tree_node.cc
@@ -71,10 +71,6 @@ FrameTreeNode::~FrameTreeNode() {
frame_tree_->FrameRemoved(this);
g_frame_tree_node_id_map.Get().erase(frame_tree_node_id_);
- if (base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableBrowserSideNavigation)) {
- navigator_->CancelNavigation(this);
- }
carlosk 2015/04/08 09:01:48 N::CancelNavigation -> RFHM::CleanUpNavigation ->
clamy 2015/04/08 11:29:11 I think this needs to remain in place otherwise th
carlosk 2015/04/08 16:05:39 Acknowledged.
}
bool FrameTreeNode::IsMainFrame() const {

Powered by Google App Engine
This is Rietveld 408576698