| Index: base/process_util.h
|
| diff --git a/base/process_util.h b/base/process_util.h
|
| index dac063576fed7cb3eca4a733ba480e44c106e0e9..b3d311ec3f4b9dd001669f46ee41473a01921354 100644
|
| --- a/base/process_util.h
|
| +++ b/base/process_util.h
|
| @@ -127,7 +127,8 @@ enum TerminationStatus {
|
| TERMINATION_STATUS_ABNORMAL_TERMINATION, // non-zero exit status
|
| TERMINATION_STATUS_PROCESS_WAS_KILLED, // e.g. SIGKILL or task manager kill
|
| TERMINATION_STATUS_PROCESS_CRASHED, // e.g. Segmentation fault
|
| - TERMINATION_STATUS_STILL_RUNNING // child hasn't exited yet
|
| + TERMINATION_STATUS_STILL_RUNNING, // child hasn't exited yet
|
| + TERMINATION_STATUS_MAX_ENUM
|
| };
|
|
|
| // Returns the id of the current process.
|
|
|