| Index: chrome/browser/utility_process_host.cc
|
| diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
|
| index 9f7d64730ea792eeddc4ea7ac3139da7001eeabf..352425aa72c8da51303bcd2d8a8a90fdb27ee1f1 100644
|
| --- a/chrome/browser/utility_process_host.cc
|
| +++ b/chrome/browser/utility_process_host.cc
|
| @@ -55,9 +55,9 @@ FilePath UtilityProcessHost::GetUtilityProcessCmd() {
|
| }
|
|
|
| bool UtilityProcessHost::StartProcess(const FilePath& exposed_dir) {
|
| -#if defined(OS_POSIX)
|
| +#if defined(OS_LINUX)
|
| // TODO(port): We should not reach here on Linux (crbug.com/22703).
|
| - // (crbug.com/23837) covers enabling this on Linux/OS X.
|
| + // (crbug.com/23837) covers enabling this on Linux.
|
| NOTREACHED();
|
| return false;
|
| #endif
|
|
|