summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-27 23:07:31 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-27 23:07:31 +0000
commit2a5221b0a9d28aaf5b4c47f8d8f4384424c606cc (patch)
tree5b7980d1250993dfcf0e47f83797dbd2573e72df /chrome/browser/chrome_content_browser_client.h
parent5efb2a82105d7060f5e4b132640da6ff35cb568b (diff)
downloadchromium_src-2a5221b0a9d28aaf5b4c47f8d8f4384424c606cc.zip
chromium_src-2a5221b0a9d28aaf5b4c47f8d8f4384424c606cc.tar.gz
chromium_src-2a5221b0a9d28aaf5b4c47f8d8f4384424c606cc.tar.bz2
Delegate decision what site instances can be rendered in what process to chrome
BUG=89642, 90443 TEST=nothing breaks Review URL: http://codereview.chromium.org/8033001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.h')
-rw-r--r--chrome/browser/chrome_content_browser_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 24948a4..77ae7fc 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -30,6 +30,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual GURL GetEffectiveURL(content::BrowserContext* browser_context,
const GURL& url) OVERRIDE;
virtual bool IsURLSameAsAnySiteInstance(const GURL& url) OVERRIDE;
+ virtual bool IsSuitableHost(RenderProcessHost* process_host,
+ const GURL& url) OVERRIDE;
virtual std::string GetCanonicalEncodingNameByAliasName(
const std::string& alias_name) OVERRIDE;
virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,