Index: chrome/browser/image_decoder.cc |
diff --git a/chrome/browser/image_decoder.cc b/chrome/browser/image_decoder.cc |
index b5b71668a3bc7bc1ca11c765f38b857a6726ad6e..b49c1b9e42d0fb906ad445ef934fa92110006039 100644 |
--- a/chrome/browser/image_decoder.cc |
+++ b/chrome/browser/image_decoder.cc |
@@ -60,7 +60,6 @@ void ImageDecoder::DecodeImageInSandbox( |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
UtilityProcessHost* utility_process_host; |
utility_process_host = UtilityProcessHost::Create(this, task_runner_.get()); |
- utility_process_host->EnableZygote(); |
if (image_codec_ == ROBUST_JPEG_CODEC) { |
utility_process_host->Send( |
new ChromeUtilityMsg_RobustJPEGDecodeImage(image_data)); |