Index: base/process/process.h |
diff --git a/base/process/process.h b/base/process/process.h |
index c85a248fbb525af883a3e4f74888feaa64c61ee1..1a52e9ee041d1d5c94dc8cdd1a89095c90405b5a 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). |