Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: content/public/test/test_navigation_observer.cc

Issue 2716493004: Renamed NavigationHandle::IsSamePage to NavigationHandle::IsSameDocument (Closed)
Patch Set: Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « content/public/test/test_frame_navigation_observer.cc ('k') | extensions/browser/extension_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698