Index: content/browser/zygote_host/zygote_host_impl_linux.h |
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h |
index c443546984966f964de99d111ae444aa67705b96..08044fa5a888c5ee8667d0c01d0455bda2df0767 100644 |
--- a/content/browser/zygote_host/zygote_host_impl_linux.h |
+++ b/content/browser/zygote_host/zygote_host_impl_linux.h |
@@ -55,6 +55,7 @@ |
// 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; |