Chromium Code Reviews| Index: base/process_util_posix.cc |
| diff --git a/base/process_util_posix.cc b/base/process_util_posix.cc |
| index 453316d910c27ff30c96ac2f09a859259b689aa6..1bcfb76dd2ffc3a9eca8ac758751bdcbe209add7 100644 |
| --- a/base/process_util_posix.cc |
| +++ b/base/process_util_posix.cc |
| @@ -248,7 +248,7 @@ bool CrashAwareSleep(ProcessHandle handle, int wait_milliseconds) { |
| if (status != -1) |
| return !(WIFEXITED(status) || WIFSIGNALED(status)); |
| else |
| - return false; |
| + return true; |
| } |
| namespace { |