| 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 9d63ad9abf6770f4d760f1ec0a756e7e3ec9ce96..81d075688d72530006faf888538cf63980c93854 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -559,10 +559,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_;
|
|
|