| Index: base/process/process.h
|
| diff --git a/base/process/process.h b/base/process/process.h
|
| index 978ca78c04683dd4e0c87a388e9c10e8e77a2afd..fc2add24c5017231926d505dda2feee549360b51 100644
|
| --- a/base/process/process.h
|
| +++ b/base/process/process.h
|
| @@ -76,6 +76,9 @@ class BASE_EXPORT Process {
|
| // Returns true if processes can be backgrounded.
|
| static bool CanBackgroundProcesses();
|
|
|
| + // Terminates the current process immediately with |exit_code|.
|
| + static void TerminateCurrentProcessImmediately(int exit_code);
|
| +
|
| // Returns true if this objects represents a valid process.
|
| bool IsValid() const;
|
|
|
|
|