| 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 ae7d92c4b948aeb9c2daf275c1b0f60acc930de8..177437b3d6e6a696bb5a5d1faaaf9650ab98b197 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -277,8 +277,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);
|
|
|
|
|