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

Unified Diff: chrome/browser/extensions/chrome_content_browser_client_extensions_part.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: chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
diff --git a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
index c4c8b7826bfeed997caf31dfa04a17a7e1205cb6..9de4a32e4e75e2b5bda1c833d9c90f8bede7aaae 100644
--- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
+++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
@@ -45,10 +45,6 @@ class ChromeContentBrowserClientExtensionsPart
content::SiteInstance* site_instance,
const GURL& current_url,
const GURL& new_url);
- static bool ShouldSwapProcessesForRedirect(
- content::BrowserContext* browser_context,
- const GURL& current_url,
- const GURL& new_url);
static bool AllowServiceWorker(const GURL& scope,
const GURL& first_party_url,
content::ResourceContext* context);

Powered by Google App Engine
This is Rietveld 408576698