| Index: content/browser/zygote_host/zygote_host_impl_linux.cc
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| index 3b82e2a6829617ffbf4de594dd0ca5d6e931e9b9..d4f5728fb9c528dcc1a4f24aa3895c80f032f588 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -159,8 +159,7 @@ void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
|
| // or namespace sandbox. This is needed beacuse the processes are
|
| // non-dumpable, so /proc/pid/oom_score_adj can only be written by root.
|
| use_suid_sandbox_for_adj_oom_score_ =
|
| - !sandbox_binary_.empty() &&
|
| - (using_namespace_sandbox || using_suid_sandbox);
|
| + !sandbox_binary_.empty() && using_suid_sandbox;
|
|
|
| // Start up the sandbox host process and get the file descriptor for the
|
| // renderers to talk to it.
|
|
|