Index: content/browser/plugin_loader_posix.cc |
diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc |
index 6d2be8553b3f2bed52eea8fb25b621631ed7298a..6fd8e1330e7f1940693dc62822543e7af2e3a24b 100644 |
--- a/content/browser/plugin_loader_posix.cc |
+++ b/content/browser/plugin_loader_posix.cc |
@@ -94,6 +94,7 @@ void PluginLoaderPosix::LoadPluginsInternal() { |
process_host_ = new UtilityProcessHost(this, BrowserThread::IO); |
process_host_->set_no_sandbox(true); |
+ process_host_->set_use_linux_zygote(false); |
#if defined(OS_MACOSX) |
process_host_->set_child_flags(ChildProcessHost::CHILD_ALLOW_HEAP_EXECUTION); |
#endif |