Mac Mac implementation of EnsureProcessTerminated() consistent with other platforms. |
|
Issue descriptionThe 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 |
|