| Index: content/browser/frame_host/navigation_controller_impl.h
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
|
| index 72b76d7464ab00d3071e2b6395b21032b32c3f01..47729ae2eb1ae224bcc8663c39398f2efdf30a25 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.h
|
| +++ b/content/browser/frame_host/navigation_controller_impl.h
|
| @@ -174,7 +174,8 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| bool IsURLInPageNavigation(
|
| const GURL& url,
|
| bool renderer_says_in_page,
|
| - RenderFrameHost* rfh) const;
|
| + RenderFrameHost* rfh,
|
| + bool will_swap) const;
|
|
|
| // Sets the SessionStorageNamespace for the given |partition_id|. This is
|
| // used during initialization of a new NavigationController to allow
|
|
|