Index: components/arc/arc_bridge_bootstrap.cc |
diff --git a/components/arc/arc_bridge_bootstrap.cc b/components/arc/arc_bridge_bootstrap.cc |
index d0eed62488867786d4bb731f9c421e985462070b..90ab38e55501c0e7d94b02d09876108639a6d1e9 100644 |
--- a/components/arc/arc_bridge_bootstrap.cc |
+++ b/components/arc/arc_bridge_bootstrap.cc |
@@ -255,7 +255,8 @@ base::ScopedFD ArcBridgeBootstrapImpl::AcceptInstanceConnection( |
const base::ProcessHandle kUnusedChildProcessHandle = 0; |
mojo::edk::PlatformChannelPair channel_pair; |
mojo::edk::ChildProcessLaunched(kUnusedChildProcessHandle, |
- channel_pair.PassServerHandle()); |
+ channel_pair.PassServerHandle(), |
+ mojo::edk::GenerateRandomToken()); |
mojo::edk::ScopedPlatformHandleVectorPtr handles( |
new mojo::edk::PlatformHandleVector{ |