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 94bdc16ff792af6bdae3e36462a7764b542b5d96..8d270fae3166204f9eb0f780711270acd2814cc2 100644 |
--- a/content/browser/zygote_host/zygote_host_impl_linux.cc |
+++ b/content/browser/zygote_host/zygote_host_impl_linux.cc |
@@ -518,10 +518,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_; |