Index: content/common/sandbox_init_mac.cc |
diff --git a/content/common/sandbox_init_mac.cc b/content/common/sandbox_init_mac.cc |
index 5d088e3e7a7a0f103f447d929ce9aaf28f46785e..36a4058c35e3a5f449f5704629dad98117fd86a3 100644 |
--- a/content/common/sandbox_init_mac.cc |
+++ b/content/common/sandbox_init_mac.cc |
@@ -53,8 +53,7 @@ bool GetSandboxTypeFromCommandLine(int* sandbox_type, |
if (command_line.HasSwitch(switches::kDisableGpuSandbox)) |
return false; |
*sandbox_type = SANDBOX_TYPE_GPU; |
- } else if ((process_type == switches::kPluginProcess) || |
- (process_type == switches::kPpapiBrokerProcess)) { |
+ } else if (process_type == switches::kPpapiBrokerProcess) { |
return false; |
} else if (process_type == switches::kPpapiPluginProcess) { |
*sandbox_type = SANDBOX_TYPE_PPAPI; |