| Index: chrome/browser/component_updater/component_updater_service.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_service.cc b/chrome/browser/component_updater/component_updater_service.cc
|
| index a4829d213a2f7abf5667e559a23c5b8d532f6e6d..7283a4729232248c9347b3ab332d7ddbb956dfb3 100644
|
| --- a/chrome/browser/component_updater/component_updater_service.cc
|
| +++ b/chrome/browser/component_updater/component_updater_service.cc
|
| @@ -770,7 +770,6 @@ void CrxUpdateService::ParseManifest(const std::string& xml) {
|
| UtilityProcessHost* host =
|
| UtilityProcessHost::Create(new ManifestParserBridge(this),
|
| base::MessageLoopProxy::current().get());
|
| - host->EnableZygote();
|
| host->Send(new ChromeUtilityMsg_ParseUpdateManifest(xml));
|
| }
|
| }
|
|
|