| Index: content/public/browser/navigation_handle.h
|
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
|
| index d7d3811264fe0b7dda7b1512427819809b29234e..9664a29c5c46af8f088be95295597ecac9948078 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.
|
|
|