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

Unified Diff: content/public/test/test_frame_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
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | content/public/test/test_navigation_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_frame_navigation_observer.cc
diff --git a/content/public/test/test_frame_navigation_observer.cc b/content/public/test/test_frame_navigation_observer.cc
index 933ae611ecaaadab38b3448f615b7e9846a3f43f..775235af697df2e4ff2da5ed8d814c40d1c5e1f4 100644
--- a/content/public/test/test_frame_navigation_observer.cc
+++ b/content/public/test/test_frame_navigation_observer.cc
@@ -51,7 +51,7 @@ void TestFrameNavigationObserver::WaitForCommit() {
void TestFrameNavigationObserver::DidStartNavigation(
NavigationHandle* navigation_handle) {
- if (!navigation_handle->IsSamePage() &&
+ if (!navigation_handle->IsSameDocument() &&
navigation_handle->GetFrameTreeNodeId() == frame_tree_node_id_) {
navigation_started_ = true;
has_committed_ = false;
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | content/public/test/test_navigation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698