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

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

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Fixed test compilation 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 f742cfa421166a71867014b30db75a1b78579cb7..159e2fc72ef65d13d1468791785c5477fb7a7b58 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -108,7 +108,7 @@ std::unique_ptr<media::CdmFactory> ContentBrowserClient::CreateCdmFactory() {
}
bool ContentBrowserClient::ShouldSwapProcessesForRedirect(
- ResourceContext* resource_context, const GURL& current_url,
+ BrowserContext* browser_context, const GURL& current_url,
nasko 2016/09/08 00:35:36 nit: Each parameter on new line.
clamy 2016/09/09 15:06:41 Done.
const GURL& new_url) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698