From 3c1e16b490255119b6f70f94d1716645e897b185 Mon Sep 17 00:00:00 2001 From: kerrnel Date: Wed, 20 Jan 2016 13:11:32 -0800 Subject: Have each SandboxedProcessLauncherDelegate maintain a zygote. To improve component updates of PPAPI plugins, Chrome needs multiple zygotes. This will allow the PPAPI zygote to be recreated when a plugin is updated. This CL allows Chrome to maintain a zygote for each process type by having each SandboxedProcessLauncherDelegate maintain a class which can communicate with its respective zygote. This CL will be followed up with work to allow customization of zygotes, which will give Chrome the improve component update experience. BUG=569191 Review URL: https://codereview.chromium.org/1532423003 Cr-Commit-Position: refs/heads/master@{#370488} --- content/content_common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index 66edae2..1c686bf 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -161,6 +161,7 @@ 'public/common/webplugininfo.h', 'public/common/window_container_type.cc', 'public/common/window_container_type.h', + 'public/common/zygote_handle.h', 'public/common/zygote_fork_delegate_linux.h', ], 'private_common_sources': [ -- cgit v1.1