| 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 a5136d932bd05c2d43f79c316699c4e17e8e459b..25050609dcf16780d51c9fc3de938fc054095bd0 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.h
|
| +++ b/content/browser/frame_host/navigation_controller_impl.h
|
| @@ -272,6 +272,7 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| void RendererDidNavigateToNewPage(
|
| RenderFrameHostImpl* rfh,
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params& params,
|
| + bool is_in_page,
|
| bool replace_entry);
|
| void RendererDidNavigateToExistingPage(
|
| RenderFrameHostImpl* rfh,
|
| @@ -281,7 +282,8 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params& params);
|
| void RendererDidNavigateNewSubframe(
|
| RenderFrameHostImpl* rfh,
|
| - const FrameHostMsg_DidCommitProvisionalLoad_Params& params);
|
| + const FrameHostMsg_DidCommitProvisionalLoad_Params& params,
|
| + bool is_in_page);
|
| bool RendererDidNavigateAutoSubframe(
|
| RenderFrameHostImpl* rfh,
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params& params);
|
|
|