| 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 ad87c6278a69d4495de3e1792344af77551decbc..8a15434ecc2ec67043b4649946435edf0c4e0055 100644
|
| --- a/content/public/common/zygote_fork_delegate_linux.h
|
| +++ b/content/public/common/zygote_fork_delegate_linux.h
|
| @@ -49,14 +49,14 @@ class ZygoteForkDelegate {
|
|
|
| // Indexes of FDs in the vector passed to Fork().
|
| enum {
|
| - // Used to pass in the descriptor for talking to the Browser
|
| + // Used to pass in the descriptor for talking to the Browser.
|
| + // Because the children use ChannelMojo, this is actually the Mojo fd.
|
| kBrowserFDIndex,
|
| // The PID oracle is used in the protocol for discovering the
|
| // child process's real PID from within the SUID sandbox.
|
| // 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().
|
| };
|
|
|
|
|