| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 8e1b02d6917af64fde28fca968f99046d118713b..8ab60c9114b57b234e42ea9a9dfff62641a0e47c 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -21,6 +21,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void PluginProcessHostCreated(PluginProcessHost* host) OVERRIDE;
|
| virtual void WorkerProcessHostCreated(WorkerProcessHost* host) OVERRIDE;
|
| virtual content::WebUIFactory* GetWebUIFactory() OVERRIDE;
|
| + virtual bool ShouldUseProcessPerSite(Profile* profile,
|
| + const GURL& effective_url) OVERRIDE;
|
| virtual GURL GetEffectiveURL(Profile* profile, const GURL& url) OVERRIDE;
|
| virtual bool IsURLSameAsAnySiteInstance(const GURL& url) OVERRIDE;
|
| virtual std::string GetCanonicalEncodingNameByAliasName(
|
|
|