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

Unified Diff: content/public/browser/content_browser_client.h

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Change to android fix + compile error Created 4 years, 3 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/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 6da43c333166b7691eb7337088db5b0da45b070d..1e2b71cb741f8ce8f5b867d0555bd633d3fd7ee9 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);

Powered by Google App Engine
This is Rietveld 408576698