| Index: content/public/renderer/navigation_state.h
|
| diff --git a/content/public/renderer/navigation_state.h b/content/public/renderer/navigation_state.h
|
| index 1c1ed64d8499290ab2ba8dd9abd479fbb7e248e5..10432c1547dd8b75af0feb96e17d95b4271d09d6 100644
|
| --- a/content/public/renderer/navigation_state.h
|
| +++ b/content/public/renderer/navigation_state.h
|
| @@ -23,8 +23,8 @@ class CONTENT_EXPORT NavigationState {
|
| // initiated the load.
|
| virtual ui::PageTransition GetTransitionType() = 0;
|
|
|
| - // True iff the frame's navigation was within the same page.
|
| - virtual bool WasWithinSamePage() = 0;
|
| + // True iff the frame's navigation was within the same document.
|
| + virtual bool WasWithinSameDocument() = 0;
|
|
|
| // True if this navigation was not initiated via WebFrame::LoadRequest.
|
| virtual bool IsContentInitiated() = 0;
|
|
|