| Index: content/common/sandbox_mac_unittest_helper.mm
|
| diff --git a/content/common/sandbox_mac_unittest_helper.mm b/content/common/sandbox_mac_unittest_helper.mm
|
| index 2d385443ea31ba1f757164a4ba3d938f8b6218dd..5b767b57ea1aa2a6041da8325c3aac873829d2a2 100644
|
| --- a/content/common/sandbox_mac_unittest_helper.mm
|
| +++ b/content/common/sandbox_mac_unittest_helper.mm
|
| @@ -56,6 +56,9 @@ bool MacSandboxTest::RunTestInAllSandboxTypes(const char* test_name,
|
| for(int i = static_cast<int>(SANDBOX_TYPE_FIRST_TYPE);
|
| i < SANDBOX_TYPE_AFTER_LAST_TYPE;
|
| ++i) {
|
| + // This sandbox type is not enforced using a Seatbelt policy.
|
| + if (i == SANDBOX_TYPE_NPAPI)
|
| + continue;
|
|
|
| if (!RunTestInSandbox(static_cast<SandboxType>(i),
|
| test_name, test_data)) {
|
|
|