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 b2be362dfb61d9b6904098078d4c62f5f2c1cbc6..206a558827bb30a98348430af08bd1b5f66eca70 100644 |
| --- a/content/browser/frame_host/navigator_impl.cc |
| +++ b/content/browser/frame_host/navigator_impl.cc |
| @@ -410,6 +410,8 @@ void NavigatorImpl::DidNavigate( |
| // Run tasks that must execute just before the commit. |
| bool is_navigation_within_page = controller_->IsURLInPageNavigation( |
| params.url, params.was_within_same_page, render_frame_host); |
| + render_frame_host->navigation_handle()->set_is_same_page( |
|
clamy
2015/09/08 13:25:59
As mentioned in the NavigationHandleImpl, instead
Charlie Harrison
2015/09/08 23:05:16
Done.
|
| + is_navigation_within_page); |
| delegate_->DidNavigateMainFramePreCommit(is_navigation_within_page); |
| } |