| 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 44bab183d497cb6bd96289f88de98df1b64e46b9..31333c5761b15ab0047c9548c23c35189bb40f4f 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -278,8 +278,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
|
|
| // Returns true if the given navigation redirect should cause a renderer
|
| // process swap.
|
| - // This is called on the IO thread.
|
| - virtual bool ShouldSwapProcessesForRedirect(ResourceContext* resource_context,
|
| + virtual bool ShouldSwapProcessesForRedirect(BrowserContext* browser_context,
|
| const GURL& current_url,
|
| const GURL& new_url);
|
|
|
|
|