diff options
Diffstat (limited to 'content/worker/worker_uitest.cc')
-rw-r--r-- | content/worker/worker_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/worker/worker_uitest.cc b/content/worker/worker_uitest.cc index 6099a05..3691072 100644 --- a/content/worker/worker_uitest.cc +++ b/content/worker/worker_uitest.cc @@ -88,8 +88,8 @@ class WorkerTest : public UILayoutTest { // The 1 is for the browser process. int number_of_processes = 1 + workers + (ProxyLauncher::in_process_renderer() ? 0 : tabs); -#if defined(OS_LINUX) - // On Linux, we also have a zygote process and a sandbox host process. +#if defined(OS_POSIX) && !defined(OS_MACOSX) + // On Unix, we also have a zygote process and a sandbox host process. number_of_processes += 2; #endif |