Index: chrome/browser/safe_json_parser.cc |
diff --git a/chrome/browser/safe_json_parser.cc b/chrome/browser/safe_json_parser.cc |
index f3a881f2d64d1b5bf55ed7aa479726f41c0bd31d..8ce8e6aa0046ca265a38171e218636140c236442 100644 |
--- a/chrome/browser/safe_json_parser.cc |
+++ b/chrome/browser/safe_json_parser.cc |
@@ -32,7 +32,6 @@ void SafeJsonParser::StartWorkOnIOThread() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
UtilityProcessHost* host = |
UtilityProcessHost::Create(this, base::MessageLoopProxy::current().get()); |
- host->EnableZygote(); |
host->Send(new ChromeUtilityMsg_ParseJSON(unsafe_json_)); |
} |