Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: content/common/sandbox_mac_unittest_helper.mm

Issue 347783002: Alter the design of the bootstrap sandbox to only take over the bootstrap port of children when nec… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/plugin/plugin_main_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b767b57ea1aa2a6041da8325c3aac873829d2a2..faac7ae21d1659170bef5b49bb4c1fbb72a05fb9 100644
--- a/content/common/sandbox_mac_unittest_helper.mm
+++ b/content/common/sandbox_mac_unittest_helper.mm
@@ -56,10 +56,6 @@ 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)) {
LOG(ERROR) << "Sandboxed test (" << test_name << ")" <<
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/plugin/plugin_main_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698