Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 2394343002: Removing ShouldSwapProcessesForRedirect (using DoesSiteRequireDedicatedProcess).
Patch Set: Rebasing... Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698