| Index: content/common/set_process_title.cc
|
| diff --git a/content/common/set_process_title.cc b/content/common/set_process_title.cc
|
| index 3602e9478eee779bcf66abea6c978095e54567fc..a9ea08fd7093cdb4727b44fd1aff2b16d0e73a29 100644
|
| --- a/content/common/set_process_title.cc
|
| +++ b/content/common/set_process_title.cc
|
| @@ -23,7 +23,7 @@
|
| #include "content/common/set_process_title_linux.h"
|
| #endif
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_SOLARIS)
|
|
|
| void SetProcessTitleFromCommandLine(char** main_argv) {
|
| // Build a single string which consists of all the arguments separated
|
|
|