summaryrefslogtreecommitdiffstats
path: root/content/browser/mock_content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/mock_content_browser_client.h')
-rw-r--r--content/browser/mock_content_browser_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
index 551f7f1..515d315 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 IsHandledURL(const GURL& url) OVERRIDE;
virtual bool IsSuitableHost(RenderProcessHost* process_host,
const GURL& site_url) OVERRIDE;
+ virtual bool ShouldTryToUseExistingProcessHost(
+ BrowserContext* browser_context, const GURL& url) OVERRIDE;
virtual void SiteInstanceGotProcess(SiteInstance* site_instance) OVERRIDE;
virtual void SiteInstanceDeleting(SiteInstance* site_instance) OVERRIDE;
virtual bool ShouldSwapProcessesForNavigation(const GURL& current_url,