| Index: content/common/zygote_commands_linux.h
|
| diff --git a/content/common/zygote_commands_linux.h b/content/common/zygote_commands_linux.h
|
| index 0fed210c8ae1977eb97296d8dce17ef2dd9f9343..c67593d085b767b5a9ec742cdbe5aadfbfd10a56 100644
|
| --- a/content/common/zygote_commands_linux.h
|
| +++ b/content/common/zygote_commands_linux.h
|
| @@ -28,8 +28,7 @@ static const char kZygoteChildPingMessage[] = "CHILD_PING";
|
| const size_t kZygoteMaxMessageLength = 8192;
|
|
|
| // File descriptors initialized by the Zygote Host
|
| -const int kZygoteSocketPairFd =
|
| - kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor;
|
| +const int kZygoteSocketPairFd = base::GlobalDescriptors::kBaseDescriptor;
|
|
|
| // These are the command codes used on the wire between the browser and the
|
| // zygote.
|
|
|