commit | afd49a83be5da2df6667a2afd14239d7783aff52 | [log] [tgz] |
---|---|---|
author | kerrnel <[email protected]> | Fri Jan 22 21:16:15 2016 |
committer | Commit bot <[email protected]> | Fri Jan 22 21:17:03 2016 |
tree | 05b78e3f058f168964894f0970c5da9738a3c586 | |
parent | fe1d15895c2a026b2ef682652e10b5c2298bafb6 [diff] |
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 Committed: https://crrev.com/3c1e16b490255119b6f70f94d1716645e897b185 Cr-Commit-Position: refs/heads/master@{#370488} Review URL: https://codereview.chromium.org/1532423003 Cr-Commit-Position: refs/heads/master@{#371042}