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

Unified Diff: content/shell/browser/shell_content_browser_client.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: content/shell/browser/shell_content_browser_client.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index 29682b4a83218fcc23c161cc54ba89f5e6535346..cc2c4584d2955f7dd8aa3e81d8727666df4ec57b 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -55,7 +55,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
SpeechRecognitionManagerDelegate* CreateSpeechRecognitionManagerDelegate()
override;
net::NetLog* GetNetLog() override;
- bool ShouldSwapProcessesForRedirect(ResourceContext* resource_context,
+ bool ShouldSwapProcessesForRedirect(BrowserContext* browser_context,
const GURL& current_url,
const GURL& new_url) override;
DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698