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 51338362e448590e0fa1590bc3b6e21467528b02..3a9051c3c135ab3db74dc382e8ffdd3567c1a1fd 100644 |
| --- a/content/browser/frame_host/navigator_impl.cc |
| +++ b/content/browser/frame_host/navigator_impl.cc |
| @@ -476,7 +476,8 @@ void NavigatorImpl::DidNavigate( |
| has_embedded_credentials); |
| bool is_navigation_within_page = controller_->IsURLInPageNavigation( |
|
Charlie Reis
2016/06/06 19:30:54
I also plan to make this the only call site of IsU
Avi (use Gerrit)
2016/06/06 19:46:41
Acknowledged.
|
| - params.url, params.was_within_same_page, render_frame_host); |
| + params.url, params.origin, params.was_within_same_page, |
| + render_frame_host); |
| // If a frame claims it navigated within page, it must be the current frame, |
| // not a pending one. |