| Index: chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| diff --git a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| index 4cc23a6a1044c60c404a2c6ac549d0b9f07bbafa..a13eb5fd8afbfe61e61721ff10f8d36902db7c9e 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| @@ -69,7 +69,7 @@ void SupervisedUserNavigationObserver::DidFinishNavigation(
|
| content::NavigationHandle* navigation_handle) {
|
| // Only filter same page navigations (eg. pushState/popState); others will
|
| // have been filtered by the ResourceThrottle.
|
| - if (!navigation_handle->IsSamePage())
|
| + if (!navigation_handle->IsSameDocument())
|
| return;
|
|
|
| if (!navigation_handle->IsInMainFrame())
|
|
|