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

Unified Diff: sandbox/mac/xpc_message_server_unittest.cc

Issue 1853713004: mac: Remove some 10.6-SDK-only sandbox code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 9 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 | « sandbox/mac/xpc_message_server.cc ('k') | sandbox/mac/xpc_private_stubs.sig » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/xpc_message_server_unittest.cc
diff --git a/sandbox/mac/xpc_message_server_unittest.cc b/sandbox/mac/xpc_message_server_unittest.cc
index 585a627c5122e1711335cc0fa992f3bffd56ba49..16872901993c15a611055905b0dc3be3d22ac0c0 100644
--- a/sandbox/mac/xpc_message_server_unittest.cc
+++ b/sandbox/mac/xpc_message_server_unittest.cc
@@ -26,7 +26,6 @@ class XPCMessageServerTest : public testing::Test {
void SetUp() override {
if (!RunXPCTest())
return;
- ASSERT_TRUE(InitializeXPC());
}
bool RunXPCTest() {
@@ -180,8 +179,6 @@ XPC_TEST_F(GetSenderPID) // {
}
MULTIPROCESS_TEST_MAIN(GetSenderPID) {
- CHECK(sandbox::InitializeXPC());
-
mach_port_t port = MACH_PORT_NULL;
CHECK_EQ(KERN_SUCCESS, bootstrap_look_up(bootstrap_port, kGetSenderPID,
&port));
« no previous file with comments | « sandbox/mac/xpc_message_server.cc ('k') | sandbox/mac/xpc_private_stubs.sig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698