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..03c936f234f8e0e0710da97349a4df11a7a5931d 100644 |
--- a/content/browser/frame_host/frame_tree_node.cc |
+++ b/content/browser/frame_host/frame_tree_node.cc |
@@ -266,6 +266,8 @@ void FrameTreeNode::SetNavigationRequest( |
} |
navigation_request_ = navigation_request.Pass(); |
+ |
+ render_manager()->DidCreateNavigationRequest(*navigation_request_); |
} |
void FrameTreeNode::ResetNavigationRequest(bool is_commit) { |