| 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 fbdad7f8a9f137e38a2b97ff529528045971251e..6dca654b80900aab0fa88e9d8db04b76c0e4614f 100644
|
| --- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| +++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
|
| @@ -28,6 +28,9 @@ class ChromeContentBrowserClientExtensionsPart
|
| static GURL GetEffectiveURL(Profile* profile, const GURL& url);
|
| static bool ShouldUseProcessPerSite(Profile* profile,
|
| const GURL& effective_url);
|
| + static bool DoesSiteRequireDedicatedProcess(
|
| + content::BrowserContext* browser_context,
|
| + const GURL& effective_site_url);
|
| static bool ShouldLockToOrigin(content::BrowserContext* browser_context,
|
| const GURL& effective_site_url);
|
| static bool CanCommitURL(content::RenderProcessHost* process_host,
|
|
|