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..73bfb9911af3df478f044b33098dfd810460ffb8 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& url) OVERRIDE; |
virtual GURL GetEffectiveURL(Profile* profile, const GURL& url) OVERRIDE; |
virtual bool IsURLSameAsAnySiteInstance(const GURL& url) OVERRIDE; |
virtual std::string GetCanonicalEncodingNameByAliasName( |