Index: content/browser/frame_host/frame_tree_node.h |
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h |
index 19f87a3563b50260d1a191686ef5d9f2a1159224..2cdf527eaa74c0dff125a04bbc7ef1216d273a03 100644 |
--- a/content/browser/frame_host/frame_tree_node.h |
+++ b/content/browser/frame_host/frame_tree_node.h |
@@ -162,7 +162,8 @@ class CONTENT_EXPORT FrameTreeNode { |
// NavigationRequest of this frame. This corresponds to the start of a new |
// navigation. If there was an ongoing navigation request before calling this |
// function, it is canceled. |navigation_request| should not be null. |
- void SetNavigationRequest(scoped_ptr<NavigationRequest> navigation_request); |
+ void CreatedNavigationRequest( |
+ scoped_ptr<NavigationRequest> navigation_request); |
// PlzNavigate |
// Resets the current navigation request. |is_commit| is true if the reset is |