From f681b07a8029e8d7c26aa42d53fd1e7e8e16414c Mon Sep 17 00:00:00 2001 From: "jyasskin@chromium.org" Date: Thu, 6 Jun 2013 21:53:12 +0000 Subject: Pass the SiteInstance into CreateRenderProcessHost so that the RenderProcessHostFactory has as much information as the default branch. TBR=gbillock Review URL: https://chromiumcodereview.appspot.com/16490003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204613 0039d316-1c4b-4281-b951-d872f2087c98 --- components/visitedlink/test/visitedlink_unittest.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components') diff --git a/components/visitedlink/test/visitedlink_unittest.cc b/components/visitedlink/test/visitedlink_unittest.cc index cf0f14d..35be877 100644 --- a/components/visitedlink/test/visitedlink_unittest.cc +++ b/components/visitedlink/test/visitedlink_unittest.cc @@ -579,7 +579,8 @@ class VisitedLinkRenderProcessHostFactory VisitedLinkRenderProcessHostFactory() : content::RenderProcessHostFactory() {} virtual content::RenderProcessHost* CreateRenderProcessHost( - content::BrowserContext* browser_context) const OVERRIDE { + content::BrowserContext* browser_context, + content::SiteInstance* site_instance) const OVERRIDE { return new VisitRelayingRenderProcessHost(browser_context); } -- cgit v1.1