Chromium Code Reviews| 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 9b28575a1ab9c3930ec268cdd26f6c9d39319237..17bd5e445b6814e755d5ba93784b91e1bd8992d8 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 RFHM that a new navigation request has been set at the frame |
|
clamy
2015/06/10 12:30:27
s/navigation request/NavigationRequest
s/at/in
carlosk
2015/06/10 13:15:06
Done.
|
| + // node so that it can speculatively create a new RenderFrameHost (and |
| + // potentially a new process) if needed. |
| + void DidSetNavigationRequest(const NavigationRequest& request); |
| // PlzNavigate |
| // Called (possibly several times) during a navigation to select or create an |