| 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.
|
|
|