| Index: chrome/browser/image_decoder.cc
|
| diff --git a/chrome/browser/image_decoder.cc b/chrome/browser/image_decoder.cc
|
| index 3fb7aa8d1f41a07d41c5995860794d9f5b558294..c05c2b2d46f588dc032bebe65040c4768ea14f46 100644
|
| --- a/chrome/browser/image_decoder.cc
|
| +++ b/chrome/browser/image_decoder.cc
|
| @@ -60,5 +60,8 @@ void ImageDecoder::DecodeImageInSandbox(
|
| UtilityProcessHost* utility_process_host =
|
| new UtilityProcessHost(this,
|
| target_thread_id_);
|
| +#if defined(OS_LINUX)
|
| + utility_process_host->set_should_use_zygote(true);
|
| +#endif
|
| utility_process_host->Send(new ChromeUtilityMsg_DecodeImage(image_data));
|
| }
|
|
|