Index: content/browser/frame_host/render_frame_host_manager.h |
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h |
index 5f68a13d8a20c9ad2d9f34fee0c58ffe68e08e57..86cc07e89d487d2eb56e3224bc7a8bd126d12c3f 100644 |
--- a/content/browser/frame_host/render_frame_host_manager.h |
+++ b/content/browser/frame_host/render_frame_host_manager.h |
@@ -384,9 +384,10 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver { |
int GetRoutingIdForSiteInstance(SiteInstance* site_instance); |
// PlzNavigate |
- // Notifies the RFHM that a navigation has begun so that it can speculatively |
- // create a new RenderFrameHost (and potentially a new process) if needed. |
- void BeginNavigation(const NavigationRequest& request); |
+ // Notifies the RenderFrameHostManager that a new NavigationRequest has been |
+ // created and set in the FrameTreeNode so that it can speculatively create a |
+ // new RenderFrameHost (and potentially a new process) if needed. |
+ void DidCreateNavigationRequest(const NavigationRequest& request); |
// PlzNavigate |
// Called (possibly several times) during a navigation to select or create an |