New issue
Advanced search Search tips

Issue 922109 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug



Sign in to add a comment

Mac Mac implementation of EnsureProcessTerminated() consistent with other platforms.

Project Member Reported by w...@chromium.org, Jan 15

Issue description

The EnsureProcessTerminated() API is used to allow a process that we have signalled to exit time to do so gracefully. On all platforms except Mac the call is asynchronous. On Mac the call will block the calling thread for two seconds.

We should make the implementations consistent across platforms, whether it be synchronous (the call is normally made by content::ChildProcessLauncherHelper on a background sequence) or asynchronous.
 

Sign in to add a comment