| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index c4f908caa0ab8f497182e675f78b8041149cc7db..0e90410b70335f2c994255be91811c5ada305d27 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -503,6 +503,7 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| // NavigatorDelegate ---------------------------------------------------------
|
|
|
| + FrameTreeNode* GetFrameTreeRoot() override;
|
| void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host,
|
| const GURL& validated_url,
|
| bool is_error_page,
|
| @@ -628,19 +629,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| // |web_contents|.
|
| void CopyMaxPageIDsFrom(WebContents* web_contents) override;
|
|
|
| - // Called by the NavigationController to cause the WebContentsImpl to navigate
|
| - // to the current pending entry. The NavigationController should be called
|
| - // back with RendererDidNavigate on success or DiscardPendingEntry on failure.
|
| - // The callbacks can be inside of this function, or at some future time.
|
| - //
|
| - // The entry has a PageID of -1 if newly created (corresponding to navigation
|
| - // to a new URL).
|
| - //
|
| - // If this method returns false, then the navigation is discarded (equivalent
|
| - // to calling DiscardPendingEntry on the NavigationController).
|
| - bool NavigateToPendingEntry(
|
| - NavigationController::ReloadType reload_type) override;
|
| -
|
| // Sets the history for this WebContentsImpl to |history_length| entries, with
|
| // an offset of |history_offset|.
|
| void SetHistoryOffsetAndLength(int history_offset,
|
|
|