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