Index: chrome/common/child_process_info.h |
diff --git a/chrome/common/child_process_info.h b/chrome/common/child_process_info.h |
index 4d5b721f670a568cfc23c6d93b41d1fd61a6b936..4654e4a91ded9bda7376558b2cc6e51bc5028ced 100644 |
--- a/chrome/common/child_process_info.h |
+++ b/chrome/common/child_process_info.h |
@@ -68,6 +68,9 @@ class ChildProcessInfo { |
// Getter to the process handle. |
base::ProcessHandle handle() const { return process_.handle(); } |
+ // Getter to the process ID. |
+ int process_id() const { return process_.pid(); } |
jam
2011/02/03 22:58:07
nit: should be pid
|
+ |
// The unique identifier for this child process. This identifier is NOT a |
// process ID, and will be unique for all types of child process for |
// one run of the browser. |