Index: chrome/browser/extensions/updater/safe_manifest_parser.cc |
diff --git a/chrome/browser/extensions/updater/safe_manifest_parser.cc b/chrome/browser/extensions/updater/safe_manifest_parser.cc |
index c9472878e19bf7dac06f40e5e2dc0f194fd1e6df..2eaa5a77189ca504292581288d7e3fc4cb0f566e 100644 |
--- a/chrome/browser/extensions/updater/safe_manifest_parser.cc |
+++ b/chrome/browser/extensions/updater/safe_manifest_parser.cc |
@@ -47,7 +47,6 @@ void SafeManifestParser::ParseInSandbox() { |
content::UtilityProcessHost* host = content::UtilityProcessHost::Create( |
this, |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI).get()); |
- host->EnableZygote(); |
host->Send(new ChromeUtilityMsg_ParseUpdateManifest(xml_)); |
} |