| 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 7d4622d7875cee828e0b986cc74c402622d6e6cd..bf075ff6879a430619a1bcbdbed1f7e6f94eccaf 100644
|
| --- a/content/browser/frame_host/navigator_impl.h
|
| +++ b/content/browser/frame_host/navigator_impl.h
|
| @@ -51,7 +51,7 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params&
|
| input_params) override;
|
| bool NavigateToPendingEntry(
|
| - RenderFrameHostImpl* render_frame_host,
|
| + FrameTreeNode* frame_tree_node,
|
| NavigationController::ReloadType reload_type) override;
|
| void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
|
| const GURL& url,
|
| @@ -101,7 +101,7 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
|
| // Navigates to the given entry, which must be the pending entry. Private
|
| // because all callers should use NavigateToPendingEntry.
|
| bool NavigateToEntry(
|
| - RenderFrameHostImpl* render_frame_host,
|
| + FrameTreeNode* frame_tree_node,
|
| const NavigationEntryImpl& entry,
|
| NavigationController::ReloadType reload_type);
|
|
|
|
|