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

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

Issue 2397893002: Revert the merge of CrossSiteResourceHandler and NavigationResourceThrottle. (Closed)
Patch Set: Created 4 years, 2 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.cc
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
index 172cee3576e38939c6f97fd587cfcc4f736715bb..2471e510657ec5ea88efd1c2bf8da26eedbf8c73 100644
--- a/content/shell/browser/shell_content_browser_client.cc
+++ b/content/shell/browser/shell_content_browser_client.cc
@@ -294,7 +294,7 @@ net::NetLog* ShellContentBrowserClient::GetNetLog() {
}
bool ShellContentBrowserClient::ShouldSwapProcessesForRedirect(
- BrowserContext* browser_context,
+ ResourceContext* resource_context,
const GURL& current_url,
const GURL& new_url) {
return g_swap_processes_for_redirect;

Powered by Google App Engine
This is Rietveld 408576698