Index: content/public/browser/navigation_handle.h |
diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h |
index f06bbc7b32b84fd875bc84e5ccb3ef5926ab962e..4795ef21aec2b144a9cb0e0e13ff63a2574c8f76 100644 |
--- a/content/public/browser/navigation_handle.h |
+++ b/content/public/browser/navigation_handle.h |
@@ -157,12 +157,12 @@ class CONTENT_EXPORT NavigationHandle { |
// called. |
virtual RenderFrameHost* GetRenderFrameHost() = 0; |
- // Whether the navigation happened in the same page. Examples of same page |
- // navigations are: |
+ // Whether the navigation happened without changing document. Examples of |
+ // same document navigations are: |
// * reference fragment navigations |
// * pushState/replaceState |
// * same page history navigation |
- virtual bool IsSamePage() = 0; |
+ virtual bool IsSameDocument() = 0; |
// Whether the navigation has encountered a server redirect or not. |
virtual bool WasServerRedirect() = 0; |