| Index: chrome/common/sandbox_init_wrapper_mac.cc
|
| ===================================================================
|
| --- chrome/common/sandbox_init_wrapper_mac.cc (revision 42776)
|
| +++ chrome/common/sandbox_init_wrapper_mac.cc (working copy)
|
| @@ -41,7 +41,8 @@
|
| sandbox_process_type = sandbox::SANDBOX_TYPE_WORKER;
|
| } else if ((process_type == switches::kNaClLoaderProcess) ||
|
| (process_type == switches::kPluginProcess) ||
|
| - (process_type == switches::kProfileImportProcess)) {
|
| + (process_type == switches::kProfileImportProcess) ||
|
| + (process_type == switches::kGpuProcess)) {
|
| return true;
|
| } else {
|
| // Failsafe: If you hit an unreached here, is your new process type in need
|
|
|