commit | 37e572a3b60109e457a09df566d15c6f96b79210 | [log] [tgz] |
---|---|---|
author | jaekyun <[email protected]> | Thu Dec 04 23:33:35 2014 |
committer | Commit bot <[email protected]> | Thu Dec 04 23:34:12 2014 |
tree | 55d1f092f2ee9e5578f17e05213ec30554f16578 | |
parent | 59246ff8886fe98b28405a8e358982a6dc0a585e [diff] |
Use StopChildProcess instead of base::KillProcess to kill a renderer process base::KillProcess doesn't work on android because a renderer process is running as an isolated process. So we need to use StopChildProcess to kill it. BUG=433068 Review URL: https://codereview.chromium.org/740813004 Cr-Commit-Position: refs/heads/master@{#306931}