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

Unified Diff: ipc/ipc_mojo_bootstrap_unittest.cc

Issue 2227553002: Support mojo connections between unrelated peer processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ipc/ipc_channel_mojo_unittest.cc ('k') | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_mojo_bootstrap_unittest.cc
diff --git a/ipc/ipc_mojo_bootstrap_unittest.cc b/ipc/ipc_mojo_bootstrap_unittest.cc
index 9d4aaf732dab2e5162c03f40169a76ad72daf9c3..b8ed0eefbfd6fe4c1eb5c3041abf2c9245fb0276 100644
--- a/ipc/ipc_mojo_bootstrap_unittest.cc
+++ b/ipc/ipc_mojo_bootstrap_unittest.cc
@@ -77,8 +77,7 @@ MULTIPROCESS_TEST_MAIN_WITH_SETUP(
base::RunLoop run_loop;
TestingDelegate delegate(run_loop.QuitClosure());
std::unique_ptr<IPC::MojoBootstrap> bootstrap = IPC::MojoBootstrap::Create(
- mojo::edk::CreateChildMessagePipe(
- mojo::edk::test::MultiprocessTestHelper::primordial_pipe_token),
+ std::move(mojo::edk::test::MultiprocessTestHelper::primordial_pipe),
IPC::Channel::MODE_CLIENT, &delegate,
base::ThreadTaskRunnerHandle::Get());
« no previous file with comments | « ipc/ipc_channel_mojo_unittest.cc ('k') | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698