| 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 c241aad77680bc70700c00212faee0f1391b16eb..7beda6d3393154d3d94922fd317e8332c62fcc1c 100644
|
| --- a/content/public/common/zygote_fork_delegate_linux.h
|
| +++ b/content/public/common/zygote_fork_delegate_linux.h
|
| @@ -25,7 +25,7 @@ class ZygoteForkDelegate {
|
|
|
| // Initialization happens in the zygote after it has been
|
| // started by ZygoteMain.
|
| - virtual void Init(int browserdesc, int sandboxdesc) = 0;
|
| + virtual void Init(int sandboxdesc) = 0;
|
|
|
| // After Init, supply a UMA_HISTOGRAM_ENUMERATION the delegate
|
| // would like to supply on the first fork.
|
|
|