| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index ad6b591dd577363cbe8e10d9939f74d4d6f5d8b7..adc610dc22b1f8297d45d0879ab6037c34193458 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -111,7 +111,9 @@ class MockRenderProcessHostFactory : public RenderProcessHostFactory {
|
| virtual ~MockRenderProcessHostFactory();
|
|
|
| virtual RenderProcessHost* CreateRenderProcessHost(
|
| - BrowserContext* browser_context) const OVERRIDE;
|
| + BrowserContext* browser_context,
|
| + SiteInstance* site_instance,
|
| + ContentBrowserClient* client) const OVERRIDE;
|
|
|
| // Removes the given MockRenderProcessHost from the MockRenderProcessHost list
|
| // without deleting it. When a test deletes a MockRenderProcessHost, we need
|
|
|