| Index: chrome/common/sandbox_policy.cc
|
| ===================================================================
|
| --- chrome/common/sandbox_policy.cc (revision 65099)
|
| +++ chrome/common/sandbox_policy.cc (working copy)
|
| @@ -475,6 +475,8 @@
|
| type = ChildProcessInfo::NACL_BROKER_PROCESS;
|
| } else if (type_str == switches::kGpuProcess) {
|
| type = ChildProcessInfo::GPU_PROCESS;
|
| + } else if (type_str == switches::kPpapiPluginProcess) {
|
| + type = ChildProcessInfo::PPAPI_PLUGIN_PROCESS;
|
| } else {
|
| NOTREACHED();
|
| return 0;
|
|
|