| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index 3a460592222cbb92be3cf6bd10c8fc36d129ff6e..cb339d9b0abce61c4a20f67b3eb0cd711bbcd083 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -380,6 +380,11 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| // Populates |throttles_| with the throttles for this navigation.
|
| void RegisterNavigationThrottles();
|
|
|
| + // Checks for attempts to navigate to a page that is already referenced more
|
| + // than once in the frame's ancestors. This is a helper function used by
|
| + // WillStartRequest and WillRedirectRequest to prevent the navigation.
|
| + bool IsSelfReferentialURL();
|
| +
|
| // See NavigationHandle for a description of those member variables.
|
| GURL url_;
|
| scoped_refptr<SiteInstance> starting_site_instance_;
|
|
|