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

Unified Diff: content/browser/frame_host/navigation_controller_impl_unittest.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/browser/frame_host/navigation_controller_impl_unittest.cc
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc
index 25030aafa3a9797afb69aa64f2e8d55a0ab951fe..667dd825fe683abc312f4da9312e822ab386d7be 100644
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
@@ -327,7 +327,7 @@ class LoadCommittedDetailsObserver : public WebContentsObserver {
navigation_type_ = static_cast<NavigationHandleImpl*>(navigation_handle)
->navigation_type();
previous_url_ = navigation_handle->GetPreviousURL();
- is_in_page_ = navigation_handle->IsSamePage();
+ is_in_page_ = navigation_handle->IsSameDocument();
is_main_frame_ = navigation_handle->IsInMainFrame();
did_replace_entry_ = navigation_handle->DidReplaceEntry();
}

Powered by Google App Engine
This is Rietveld 408576698