| Index: content/zygote/zygote_linux.h
|
| diff --git a/content/zygote/zygote_linux.h b/content/zygote/zygote_linux.h
|
| index 41773fa474b94f1db97b862523ac809e2f5f256c..c8c44f0748d954b5617548b9ec7616ac62f70733 100644
|
| --- a/content/zygote/zygote_linux.h
|
| +++ b/content/zygote/zygote_linux.h
|
| @@ -53,6 +53,8 @@ class Zygote {
|
|
|
| // Returns true if the SUID sandbox is active.
|
| bool UsingSUIDSandbox() const;
|
| + // Returns true if the NS sandbox is active.
|
| + bool UsingNSSandbox() const;
|
|
|
| // ---------------------------------------------------------------------------
|
| // Requests from the browser...
|
|
|