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 b553503b49bdeea8fc3319e153e5ac56a6d9fd7a..409a2a84932d6b0330cadc30c3eaa7e9121a972a 100644 |
--- a/content/browser/frame_host/frame_tree_node.cc |
+++ b/content/browser/frame_host/frame_tree_node.cc |
@@ -249,7 +249,7 @@ bool FrameTreeNode::CommitPendingSandboxFlags() { |
return did_change_flags; |
} |
-void FrameTreeNode::SetNavigationRequest( |
+void FrameTreeNode::CreatedNavigationRequest( |
scoped_ptr<NavigationRequest> navigation_request) { |
CHECK(base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableBrowserSideNavigation)); |
@@ -266,6 +266,8 @@ void FrameTreeNode::SetNavigationRequest( |
} |
navigation_request_ = navigation_request.Pass(); |
+ |
+ render_manager()->DidCreateNavigationRequest(*navigation_request_); |
} |
void FrameTreeNode::ResetNavigationRequest(bool is_commit) { |