| Index: chrome/browser/web_resource/json_asynchronous_unpacker.cc
|
| diff --git a/chrome/browser/web_resource/json_asynchronous_unpacker.cc b/chrome/browser/web_resource/json_asynchronous_unpacker.cc
|
| index a0f242f907bc6643eb9ae58d58a690a56b3db357..9135cc5753a8e444a4d4883d15e2f8c7f7cf3410 100644
|
| --- a/chrome/browser/web_resource/json_asynchronous_unpacker.cc
|
| +++ b/chrome/browser/web_resource/json_asynchronous_unpacker.cc
|
| @@ -89,7 +89,6 @@ class JSONAsynchronousUnpackerImpl
|
| const std::string& json_data) {
|
| UtilityProcessHost* host = UtilityProcessHost::Create(
|
| this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get());
|
| - host->EnableZygote();
|
| // TODO(mrc): get proper file path when we start using web resources
|
| // that need to be unpacked.
|
| host->Send(new ChromeUtilityMsg_UnpackWebResource(json_data));
|
|
|