| 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 cb6545b4527f866cd86db88aec769861b4d8573a..a98d44dcc5e535ed1b6bbcd8414b79399dd2b50b 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -524,10 +524,6 @@ pid_t ZygoteHostImpl::GetPid() const {
|
| return pid_;
|
| }
|
|
|
| -pid_t ZygoteHostImpl::GetSandboxHelperPid() const {
|
| - return RenderSandboxHostLinux::GetInstance()->pid();
|
| -}
|
| -
|
| int ZygoteHostImpl::GetSandboxStatus() const {
|
| if (have_read_sandbox_status_word_)
|
| return sandbox_status_;
|
|
|