| Index: content/common/sandbox_init_mac.cc
|
| diff --git a/content/common/sandbox_init_mac.cc b/content/common/sandbox_init_mac.cc
|
| index e39667b3f660f4e824cfe5656a68d31b561e5ff8..86cf9e6737c12e68df3426431e1d6249aa1590b4 100644
|
| --- a/content/common/sandbox_init_mac.cc
|
| +++ b/content/common/sandbox_init_mac.cc
|
| @@ -52,7 +52,8 @@ bool InitializeSandbox() {
|
| } else if (process_type == switches::kGpuProcess) {
|
| sandbox_process_type = Sandbox::SANDBOX_TYPE_GPU;
|
| } else if ((process_type == switches::kPluginProcess) ||
|
| - (process_type == switches::kServiceProcess)) {
|
| + (process_type == switches::kServiceProcess) ||
|
| + (process_type == switches::kPpapiBrokerProcess)) {
|
| return true;
|
| } else if (process_type == switches::kPpapiPluginProcess) {
|
| sandbox_process_type = Sandbox::SANDBOX_TYPE_PPAPI;
|
|
|