| Index: content/public/browser/navigation_handle.h
|
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
|
| index 153be328985bbcec83b244a096998778cc72d4a5..4c763838b79b940cbed2c1099b87660eb006137f 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.
|
|
|