diff options
Diffstat (limited to 'content/browser/zygote_host_impl_linux.h')
| -rw-r--r-- | content/browser/zygote_host_impl_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/zygote_host_impl_linux.h b/content/browser/zygote_host_impl_linux.h index 739cac6..3c6e824 100644 --- a/content/browser/zygote_host_impl_linux.h +++ b/content/browser/zygote_host_impl_linux.h @@ -51,6 +51,7 @@ class CONTENT_EXPORT ZygoteHostImpl : public content::ZygoteHost { // ZygoteHost implementation: virtual pid_t GetPid() const OVERRIDE; + virtual pid_t GetSandboxHelperPid() const OVERRIDE; virtual int GetSandboxStatus() const OVERRIDE; virtual void AdjustRendererOOMScore(base::ProcessHandle process_handle, int score) OVERRIDE; |
