summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_loader_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/plugin_loader_posix.cc')
-rw-r--r--content/browser/plugin_loader_posix.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
index d8b0171..26fe95e 100644
--- a/content/browser/plugin_loader_posix.cc
+++ b/content/browser/plugin_loader_posix.cc
@@ -96,7 +96,6 @@ 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