Chromium Code Reviews| 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..18ae077a4d71422a45242f3f9e50a112993d202f 100644 |
| --- a/content/browser/frame_host/navigation_controller_impl.h |
| +++ b/content/browser/frame_host/navigation_controller_impl.h |
| @@ -149,7 +149,7 @@ class CONTENT_EXPORT NavigationControllerImpl |
| bool RendererDidNavigate( |
| RenderFrameHostImpl* rfh, |
| const FrameHostMsg_DidCommitProvisionalLoad_Params& params, |
| - LoadCommittedDetails* details); |
| + LoadCommittedDetails* details, bool is_navigation_within_page); |
|
Charlie Reis
2016/09/27 18:51:43
Style nit: For function declarations, if all param
|
| // 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. |