| 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..ad87c6278a69d4495de3e1792344af77551decbc 100644
|
| --- a/content/public/common/zygote_fork_delegate_linux.h
|
| +++ b/content/public/common/zygote_fork_delegate_linux.h
|
| @@ -56,6 +56,7 @@ class ZygoteForkDelegate {
|
| // The child process is required to write to the socket after
|
| // successfully forking.
|
| kPIDOracleFDIndex,
|
| + kMojoParentFDIndex,
|
| kNumPassedFDs // Number of FDs in the vector passed to Fork().
|
| };
|
|
|
|
|