Chromium Code Reviews| Index: content/browser/frame_host/navigator_impl.h |
| diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h |
| index acae7a875aa48d0282f78b64c2d6540511a525b9..e59b3361c50cf8f5031da7bda5cfd9870a0cd0c5 100644 |
| --- a/content/browser/frame_host/navigator_impl.h |
| +++ b/content/browser/frame_host/navigator_impl.h |
| @@ -125,6 +125,12 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator { |
| const FrameHostMsg_DidCommitProvisionalLoad_Params& params, |
| SiteInstance* site_instance); |
| + // Called when a navigation started in a main frame, to update the pending |
|
Charlie Reis
2015/06/02 17:36:18
nit: has started
clamy
2015/06/03 09:11:10
Done.
|
| + // NavigationEntry if the controller does not currently have a |
| + // browser-initiated one. |
| + void MainFrameNavigationStarted(const GURL& url, |
|
Charlie Reis
2015/06/02 17:36:18
DidStartMainFrameNavigation
clamy
2015/06/03 09:11:10
Done.
|
| + SiteInstanceImpl* site_instance); |
| + |
| // The NavigationController that will keep track of session history for all |
| // RenderFrameHost objects using this NavigatorImpl. |
| // TODO(nasko): Move ownership of the NavigationController from |