| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 140789)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -53,10 +53,8 @@
|
| content::SiteInstance* site_instance) OVERRIDE;
|
| virtual void SiteInstanceDeleting(content::SiteInstance* site_instance)
|
| OVERRIDE;
|
| - virtual bool ShouldSwapBrowsingInstanceForNavigation(
|
| - content::BrowserContext* browser_context,
|
| - const GURL& current_url,
|
| - const GURL& new_url) OVERRIDE;
|
| + virtual bool ShouldSwapProcessesForNavigation(const GURL& current_url,
|
| + const GURL& new_url) OVERRIDE;
|
| virtual bool ShouldSwapProcessesForRedirect(
|
| content::ResourceContext* resource_context,
|
| const GURL& current_url,
|
|
|