| Index: content/browser/web_contents/navigation_controller_impl.h
|
| diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h
|
| index 2c21330ca72b8c0207f48137007e3246401f7a01..8ebb5cd1eabea3d9a2e4111b2fc3780033570080 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl.h
|
| +++ b/content/browser/web_contents/navigation_controller_impl.h
|
| @@ -120,6 +120,10 @@ class CONTENT_EXPORT NavigationControllerImpl
|
|
|
| // For use by WebContentsImpl ------------------------------------------------
|
|
|
| + // Allow renderer-initiated navigations to create a pending entry when the
|
| + // provisional load starts.
|
| + void SetPendingEntry(content::NavigationEntryImpl* entry);
|
| +
|
| // Handles updating the navigation state after the renderer has navigated.
|
| // This is used by the WebContentsImpl.
|
| //
|
|
|