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

Unified Diff: content/public/renderer/navigation_state.h

Issue 2741313002: Renamed WasWithinSamePage to WasWithinSameDocument. (Closed)
Patch Set: Even moar fixes 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/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;

Powered by Google App Engine
This is Rietveld 408576698