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

Unified Diff: chrome/common/sandbox_mac_unittest_helper.mm

Issue 3026055: Cleanup in base. This moves the implementation (and a bunch of header file... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
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";

Powered by Google App Engine
This is Rietveld 408576698