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..59895027c90e34d806ad235c6d404d04d5cf296c 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -37,6 +37,9 @@ class MockContentBrowserClient : public ContentBrowserClient { |
virtual bool ShouldUseProcessPerSite(BrowserContext* browser_context, |
const GURL& effective_url) OVERRIDE; |
virtual bool IsURLSameAsAnySiteInstance(const GURL& url) OVERRIDE; |
+ virtual bool ShouldRunInPrivilegedProcess(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, |