| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 7aa344c3d966b49b356a49b92036e2fb14129866..bce4247cb9bf68146a312657fa1e7ade4e511c0a 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -293,12 +293,6 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| const GURL& current_url,
|
| const GURL& new_url);
|
|
|
| - // Returns true if the given navigation redirect should cause a renderer
|
| - // process swap.
|
| - virtual bool ShouldSwapProcessesForRedirect(BrowserContext* browser_context,
|
| - const GURL& current_url,
|
| - const GURL& new_url);
|
| -
|
| // Returns true if the passed in URL should be assigned as the site of the
|
| // current SiteInstance, if it does not yet have a site.
|
| virtual bool ShouldAssignSiteForURL(const GURL& url);
|
|
|