| Index: content/public/browser/navigation_handle.h
|
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
|
| index 96dddc5624480a94045937de247eedbc4eea8a5d..2c48ea768e9639d4bd7726c1b8391f87a5f8cce5 100644
|
| --- a/content/public/browser/navigation_handle.h
|
| +++ b/content/public/browser/navigation_handle.h
|
| @@ -149,6 +149,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.
|
|
|