| Index: content/public/browser/navigation_handle.h
|
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
|
| index e3e8df8eaf65f08ca971977abc9a31d247a054e2..0f3892c7015bb271d10eb5716dbc3c3aad61d274 100644
|
| --- a/content/public/browser/navigation_handle.h
|
| +++ b/content/public/browser/navigation_handle.h
|
| @@ -156,6 +156,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.
|
|
|