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

Unified Diff: content/public/browser/navigation_handle.h

Issue 2584513003: PlzNavigate: identify same-page browser-initiated navigation. (Closed)
Patch Set: Move IsFragmentAddedOrUpdated from net/ to url∕ Created 3 years, 11 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/browser/navigation_handle.h
diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
index 59114df530208866f1fa92ce4301810f2b0fecfb..47f7cd6d8abd5003b56b4125b89dccf4421d55b4 100644
--- a/content/public/browser/navigation_handle.h
+++ b/content/public/browser/navigation_handle.h
@@ -155,6 +155,7 @@ class CONTENT_EXPORT NavigationHandle {
// navigations are:
// * reference fragment navigations
// * pushState/replaceState
+ // * same page history navigation
virtual bool IsSamePage() = 0;
// Whether the navigation has encountered a server redirect or not.

Powered by Google App Engine
This is Rietveld 408576698