| Index: base/command_line.h
|
| diff --git a/base/command_line.h b/base/command_line.h
|
| index 37a6a4ea439dbfa7b4d259c2d4339cb337a2d1c3..b49fe0ff519e153f230e7725f9953c10f5996201 100644
|
| --- a/base/command_line.h
|
| +++ b/base/command_line.h
|
| @@ -68,7 +68,7 @@ class CommandLine {
|
| // line, but it still must be called to set up the command line.
|
| static void Init(int argc, const char* const* argv);
|
|
|
| -#if defined(OS_LINUX) || defined(OS_FREEBSD)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Sets the current process' arguments that show in "ps" etc. to those
|
| // in |current_process_commandline_|. Used by the zygote host so that
|
| // renderers show up with --type=renderer.
|
|
|