| Index: chrome/common/sandbox_mac_unittest_helper.mm
|
| ===================================================================
|
| --- chrome/common/sandbox_mac_unittest_helper.mm (revision 55077)
|
| +++ chrome/common/sandbox_mac_unittest_helper.mm (working copy)
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/common/sandbox_mac.h"
|
| +#include "testing/multiprocess_func_list.h"
|
|
|
| namespace {
|
|
|
| @@ -71,7 +72,8 @@
|
| if (test_data)
|
| setenv(kTestDataKey, test_data, 1);
|
|
|
| - base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner");
|
| + base::ProcessHandle child_process = SpawnChild("mac_sandbox_test_runner",
|
| + false);
|
| int code = -1;
|
| if (!base::WaitForExitCode(child_process, &code)) {
|
| LOG(WARNING) << "base::WaitForExitCode failed";
|
|
|