| 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..f079116ce91c4f0cc74f0b45a65e9ee72038eae2 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.
 | 
| +    // 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().
 | 
|    };
 | 
|  
 | 
| 
 |