| Index: content/common/sandbox_init_mac.cc
|
| diff --git a/content/common/sandbox_init_mac.cc b/content/common/sandbox_init_mac.cc
|
| index d6f2112dac6256c994477b9e2fd556e49829984d..4c1ab01c2f4a4414d05099003ff8065a574f5be1 100644
|
| --- a/content/common/sandbox_init_mac.cc
|
| +++ b/content/common/sandbox_init_mac.cc
|
| @@ -47,9 +47,6 @@ bool GetSandboxTypeFromCommandLine(int* sandbox_type,
|
| *sandbox_type = SANDBOX_TYPE_UTILITY;
|
| *allowed_dir =
|
| command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir);
|
| - } else if (process_type == switches::kWorkerProcess) {
|
| - // Worker process sandbox.
|
| - *sandbox_type = SANDBOX_TYPE_WORKER;
|
| } else if (process_type == switches::kGpuProcess) {
|
| if (command_line.HasSwitch(switches::kDisableGpuSandbox))
|
| return false;
|
|
|