| Index: chrome/browser/extensions/extension_updater.cc
|
| diff --git a/chrome/browser/extensions/extension_updater.cc b/chrome/browser/extensions/extension_updater.cc
|
| index 2048d9f32bcea5c7a7726f033c018e45d8a7937d..4f2be1e70d3107546775ad5e3f0ef99b3ea3201b 100644
|
| --- a/chrome/browser/extensions/extension_updater.cc
|
| +++ b/chrome/browser/extensions/extension_updater.cc
|
| @@ -650,6 +650,7 @@ class SafeManifestParser : public UtilityProcessHost::Client {
|
| if (use_utility_process) {
|
| UtilityProcessHost* host = new UtilityProcessHost(
|
| this, BrowserThread::UI);
|
| + host->set_use_linux_zygote(true);
|
| host->Send(new ChromeUtilityMsg_ParseUpdateManifest(xml_));
|
| } else {
|
| UpdateManifest manifest;
|
|
|