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 c994cc9f2af39dd54d8462087044ac8931ae3590..252578553387458041bf3f63b81d6e39698457b1 100644 |
--- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h |
+++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h |
@@ -30,6 +30,9 @@ class ChromeContentBrowserClientExtensionsPart |
const GURL& effective_url); |
static bool CanCommitURL(content::RenderProcessHost* process_host, |
const GURL& url); |
+ static bool IsIllegalOrigin(content::ResourceContext* resource_context, |
+ int child_process_id, |
+ const GURL& origin); |
static bool IsSuitableHost(Profile* profile, |
content::RenderProcessHost* process_host, |
const GURL& site_url); |