| Index: content/shell/browser/shell_content_browser_client.h
|
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
|
| index f254b1641f985c30eee40ce26ce5f91ba5ec371a..b4e432153d22a101b05b68efb6883bbdbeedeb34 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -25,7 +25,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| // Gets the current instance.
|
| static ShellContentBrowserClient* Get();
|
|
|
| - static void SetSwapProcessesForRedirect(bool swap);
|
| + static void SetTransferAllNavigations(bool transfer);
|
|
|
| ShellContentBrowserClient();
|
| ~ShellContentBrowserClient() override;
|
| @@ -59,9 +59,6 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| SpeechRecognitionManagerDelegate* CreateSpeechRecognitionManagerDelegate()
|
| override;
|
| net::NetLog* GetNetLog() override;
|
| - bool ShouldSwapProcessesForRedirect(BrowserContext* browser_context,
|
| - const GURL& current_url,
|
| - const GURL& new_url) override;
|
| DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
|
|
|
| void OpenURL(BrowserContext* browser_context,
|
|
|