| Index: base/process/process.h
|
| diff --git a/base/process/process.h b/base/process/process.h
|
| index 70aca6da172ba0fb409151be0072c5d72d0c7284..77d2bce93577fd32025f77a6ba502a6e8da94978 100644
|
| --- a/base/process/process.h
|
| +++ b/base/process/process.h
|
| @@ -49,6 +49,9 @@ class BASE_EXPORT Process {
|
| // Returns an object for the current process.
|
| static Process Current();
|
|
|
| + // Returns a Process for the given |pid|.
|
| + static Process Open(ProcessId pid);
|
| +
|
| // Returns a Process for the given |pid|. On Windows the handle is opened
|
| // with more access rights and must only be used by trusted code (can read the
|
| // address space and duplicate handles).
|
|
|