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 08044fa5a888c5ee8667d0c01d0455bda2df0767..2497f30e1165ff6b80d5f20f53f2a272bebcfe39 100644 |
--- a/content/browser/zygote_host/zygote_host_impl_linux.h |
+++ b/content/browser/zygote_host/zygote_host_impl_linux.h |
@@ -53,6 +53,8 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost { |
bool known_dead, |
int* exit_code); |
+ bool UsingSUIDSandbox() const; |
+ |
// ZygoteHost implementation: |
virtual pid_t GetPid() const OVERRIDE; |
virtual pid_t GetSandboxHelperPid() const OVERRIDE; |