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

Unified Diff: chrome/browser/extensions/chrome_content_browser_client_extensions_part.h

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Addressed nits 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: chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
diff --git a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
index a8e10f3e5d522ae953419bae1fbf18f0b8b5de47..a9a23332357e28e61f5472875d3d5c6ebed49de2 100644
--- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
+++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
@@ -44,7 +44,7 @@ class ChromeContentBrowserClientExtensionsPart
const GURL& current_url,
const GURL& new_url);
static bool ShouldSwapProcessesForRedirect(
- content::ResourceContext* resource_context,
+ content::BrowserContext* browser_context,
const GURL& current_url,
const GURL& new_url);
static bool AllowServiceWorker(const GURL& scope,

Powered by Google App Engine
This is Rietveld 408576698