Index: content/browser/site_instance_impl.cc |
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc |
index 889d9d22b3fae0dd73520212f2a019e64ced97cb..fd6e0d4f31074745cb6aa0e51dd3d52f5b607ed8 100644 |
--- a/content/browser/site_instance_impl.cc |
+++ b/content/browser/site_instance_impl.cc |
@@ -114,7 +114,7 @@ RenderProcessHost* SiteInstanceImpl::GetProcess() { |
if (!process_) { |
if (g_render_process_host_factory_) { |
process_ = g_render_process_host_factory_->CreateRenderProcessHost( |
- browser_context); |
+ browser_context, this, GetContentClient()->browser()); |
} else { |
StoragePartitionImpl* partition = |
static_cast<StoragePartitionImpl*>( |