| Index: components/arc/arc_bridge_bootstrap.cc
|
| diff --git a/components/arc/arc_bridge_bootstrap.cc b/components/arc/arc_bridge_bootstrap.cc
|
| index 930282e9425990b079d78493b45cbc104808c7ac..77e15c42adb2ac02ae8a596d108ca3b0be1f95d6 100644
|
| --- a/components/arc/arc_bridge_bootstrap.cc
|
| +++ b/components/arc/arc_bridge_bootstrap.cc
|
| @@ -282,7 +282,7 @@ void ArcBridgeBootstrapImpl::OnInstanceStarted(base::ScopedFD socket_fd,
|
| base::ScopedFD ArcBridgeBootstrapImpl::AcceptInstanceConnection(
|
| base::ScopedFD socket_fd) {
|
| int raw_fd = -1;
|
| - if (!IPC::ServerAcceptConnection(socket_fd.get(), &raw_fd)) {
|
| + if (!IPC::ServerOnConnect(socket_fd.get(), &raw_fd)) {
|
| return base::ScopedFD();
|
| }
|
| base::ScopedFD scoped_fd(raw_fd);
|
|
|