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 0a8d3c1965ef285a5c20f6451a8df9bedd80216c..2d385443ea31ba1f757164a4ba3d938f8b6218dd 100644 |
--- a/content/common/sandbox_mac_unittest_helper.mm |
+++ b/content/common/sandbox_mac_unittest_helper.mm |
@@ -78,8 +78,7 @@ bool MacSandboxTest::RunTestInSandbox(SandboxType sandbox_type, |
if (test_data) |
setenv(kTestDataKey, test_data, 1); |
- base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner", |
- false); |
+ base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner"); |
if (child_process == base::kNullProcessHandle) { |
LOG(WARNING) << "SpawnChild failed"; |
return false; |