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

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

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Addressed comments 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.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index f742cfa421166a71867014b30db75a1b78579cb7..9fedfe3fcd193506e7393d6d5d094ec005b69e1b 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -108,7 +108,8 @@ std::unique_ptr<media::CdmFactory> ContentBrowserClient::CreateCdmFactory() {
}
bool ContentBrowserClient::ShouldSwapProcessesForRedirect(
- ResourceContext* resource_context, const GURL& current_url,
+ BrowserContext* browser_context,
+ const GURL& current_url,
const GURL& new_url) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698