Chromium Code Reviews| Index: content/browser/frame_host/navigator_impl.cc |
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc |
| index a25c56910565a66d44516a2022fb1c61b469ef7d..e7d1228b0f8a35a380d74574760263e11881431c 100644 |
| --- a/content/browser/frame_host/navigator_impl.cc |
| +++ b/content/browser/frame_host/navigator_impl.cc |
| @@ -567,7 +567,7 @@ void NavigatorImpl::DidNavigate( |
| int old_entry_count = controller_->GetEntryCount(); |
| LoadCommittedDetails details; |
| bool did_navigate = controller_->RendererDidNavigate(render_frame_host, |
| - params, &details); |
| + params, &details, is_navigation_within_page); |
|
Charlie Reis
2016/09/27 18:51:43
Style nit: Wrong indent.
I recommend using "git c
|
| // If the history length and/or offset changed, update other renderers in the |
| // FrameTree. |