| 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 24948a4862d01a4550f8f4b80a2758198d5db8c6..77ae7fcfd35a40a69ffa8c04c6f42d93fbda94ba 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,
|
|
|