| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 6c9064a5e5f4aaba3e9821c08bfdc60666d02bc5..dd7cea5eaad354227385e46eb198dcd8a2b3a7df 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -121,10 +121,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::SiteInstance* site_instance,
|
| const GURL& current_url,
|
| const GURL& new_url) override;
|
| - bool ShouldSwapProcessesForRedirect(
|
| - content::BrowserContext* browser_context,
|
| - const GURL& current_url,
|
| - const GURL& new_url) override;
|
| bool ShouldAssignSiteForURL(const GURL& url) override;
|
| void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
| int child_process_id) override;
|
|
|