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

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

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.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 78a9b3eb97eda4bb49da364ddff6bb82d07d8988..9da64369eda16fac227e7083609a346711deecce 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