| Index: content/common/sandbox_mac.mm
|
| diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm
|
| index 9e508df83be3a1dba6769932124ed87b845c1550..f4ea8d575831570cb80a408921bff485a185a998 100644
|
| --- a/content/common/sandbox_mac.mm
|
| +++ b/content/common/sandbox_mac.mm
|
| @@ -57,7 +57,6 @@ SandboxTypeToResourceIDMapping kDefaultSandboxTypeToResourceIDMapping[] = {
|
| { SANDBOX_TYPE_UTILITY, IDR_UTILITY_SANDBOX_PROFILE },
|
| { SANDBOX_TYPE_GPU, IDR_GPU_SANDBOX_PROFILE },
|
| { SANDBOX_TYPE_PPAPI, IDR_PPAPI_SANDBOX_PROFILE },
|
| - { SANDBOX_TYPE_NPAPI, -1 },
|
| };
|
|
|
| COMPILE_ASSERT(arraysize(kDefaultSandboxTypeToResourceIDMapping) == \
|
|
|