| Index: content/browser/mock_content_browser_client.h
|
| diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
|
| index e5ae25bd5bd51a8e9bc4a2864a2dfd1a71a2d6fc..b8c88b71ec68f523f1607722a91e76b01a3c8cbd 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -37,6 +37,8 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| virtual bool ShouldUseProcessPerSite(BrowserContext* browser_context,
|
| const GURL& effective_url) OVERRIDE;
|
| virtual bool IsURLSameAsAnySiteInstance(const GURL& url) OVERRIDE;
|
| + virtual bool IsSuitableHost(RenderProcessHost* process_host,
|
| + const GURL& site_url) OVERRIDE;
|
| virtual std::string GetCanonicalEncodingNameByAliasName(
|
| const std::string& alias_name) OVERRIDE;
|
| virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
|
|