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

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 2399853003: [M54 merge] Lock down creation of blob:chrome-extension URLs from non-extension processes. (Closed)
Patch Set: Rebase Created 4 years, 2 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 e378b1f99991dde28da0195a2a292d8102d42760..29682b4a83218fcc23c161cc54ba89f5e6535346 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -34,7 +34,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
BrowserMainParts* CreateBrowserMainParts(
const MainFunctionParams& parameters) override;
bool DoesSiteRequireDedicatedProcess(BrowserContext* browser_context,
- const GURL& effective_url) override;
+ const GURL& effective_site_url) override;
bool IsHandledURL(const GURL& url) override;
void RegisterInProcessMojoApplications(
StaticMojoApplicationMap* apps) override;
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698