Chromium Code Reviews| Index: content/common/zygote_commands_linux.h |
| diff --git a/content/common/zygote_commands_linux.h b/content/common/zygote_commands_linux.h |
| index 07452181145ed8cb6fc95b9ea1fc158ba5fc2790..c46eec40eae7beef894e12b9078e3caca5643996 100644 |
| --- a/content/common/zygote_commands_linux.h |
| +++ b/content/common/zygote_commands_linux.h |
| @@ -20,6 +20,7 @@ const int kZygoteRendererSocketFd = 5; |
| // setuid sandbox. |
| // It is very important that this file descriptor does not exist in multiple |
| // processes. |
| +// This number must be kept in sync in sandbox/linux/suid/sandbox.c |
|
Jorge Lucangeli Obes
2012/06/01 15:08:07
"in" -> "with"
|
| const int kZygoteIdFd = 7; |
| // These are the command codes used on the wire between the browser and the |