| Index: content/public/test/test_navigation_observer.cc
|
| diff --git a/content/public/test/test_navigation_observer.cc b/content/public/test/test_navigation_observer.cc
|
| index 2abb8e2f1fbd0cd7cb2012098e21a070e9f49718..0e7deeda9c912ddb41e109a38b1b23df0eff5864 100644
|
| --- a/content/public/test/test_navigation_observer.cc
|
| +++ b/content/public/test/test_navigation_observer.cc
|
| @@ -45,7 +45,7 @@ class TestNavigationObserver::TestWebContentsObserver
|
| }
|
|
|
| void DidStartNavigation(NavigationHandle* navigation_handle) override {
|
| - if (navigation_handle->IsSamePage())
|
| + if (navigation_handle->IsSameDocument())
|
| return;
|
|
|
| parent_->OnDidStartNavigation();
|
|
|