| 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 20bb0f6528faf151eef1d3742374bedcf9f471f1..f1dd0230443fab8754573aa5fa3132fa44926506 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.h
|
| +++ b/content/browser/frame_host/navigation_controller_impl.h
|
| @@ -149,7 +149,8 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| bool RendererDidNavigate(
|
| RenderFrameHostImpl* rfh,
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params& params,
|
| - LoadCommittedDetails* details);
|
| + LoadCommittedDetails* details,
|
| + bool is_navigation_within_page);
|
|
|
| // Notifies us that we just became active. This is used by the WebContentsImpl
|
| // so that we know to load URLs that were pending as "lazy" loads.
|
|
|