| 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 8982d5271a418fac9dfd9a473c7c5c9d4b32fb00..459c21fceb5b8b006a7d2339c5d6e26398ec9b0a 100644
|
| --- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| +++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| @@ -34,9 +34,6 @@ class ChromeContentBrowserClientExtensionsPart
|
| const GURL& effective_site_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);
|
|
|