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

Unified Diff: content/common/sandbox_mac_unittest_helper.mm

Issue 10387218: Make GlobalDescriptors::MaybeGet return -1 when the key is not found. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modifying the MULTIPROCESS_TEST_MAIN macro so it can be passed a setup method. Created 8 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
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 5e52e2af3700bceb9825fb65486a43617ad482de..c0b6b1fad95b1e5d66fb20a8ce1817247d3aea0e 100644
--- a/content/common/sandbox_mac_unittest_helper.mm
+++ b/content/common/sandbox_mac_unittest_helper.mm
@@ -125,7 +125,7 @@ namespace {
// Main function for driver process that enables the sandbox and runs test
// code.
-MULTIPROCESS_TEST_MAIN(mac_sandbox_test_runner) {
+MULTIPROCESS_TEST_MAIN(mac_sandbox_test_runner, NULL) {
TestContentClient content_client;
content::SetContentClient(&content_client);
// Extract parameters.

Powered by Google App Engine
This is Rietveld 408576698