| Index: content/public/common/zygote_fork_delegate_linux.h
|
| diff --git a/content/public/common/zygote_fork_delegate_linux.h b/content/public/common/zygote_fork_delegate_linux.h
|
| index 2f2f0b2a55c0defdfe72ce10a33eb85f240501d4..2308d4ef4d6be553cf575ddb0a43ab6b451abbe1 100644
|
| --- a/content/public/common/zygote_fork_delegate_linux.h
|
| +++ b/content/public/common/zygote_fork_delegate_linux.h
|
| @@ -27,11 +27,9 @@ class ZygoteForkDelegate {
|
| // as an argument to ZygoteMain().
|
| virtual ~ZygoteForkDelegate() {}
|
|
|
| - // Initialization happens in the zygote after it has been
|
| - // started by ZygoteMain.
|
| - // If |enable_layer1_sandbox| is true, the delegate must enable a
|
| - // layer-1 sandbox such as the setuid sandbox.
|
| - virtual void Init(int sandboxdesc, bool enable_layer1_sandbox) = 0;
|
| + // Initialization happens in the zygote after it has been started by
|
| + // ZygoteMain.
|
| + virtual void Init(int sandboxdesc) = 0;
|
|
|
| // After Init, supply a UMA_HISTOGRAM_ENUMERATION the delegate would like
|
| // reported to the browser process. (Note: Because these reports are
|
|
|