Index: content/public/browser/child_process_data.h |
=================================================================== |
--- content/public/browser/child_process_data.h (revision 276708) |
+++ content/public/browser/child_process_data.h (working copy) |
@@ -25,7 +25,9 @@ |
// one run of the browser. |
int id; |
- // The handle to the process. |
+ // The handle to the process. May have value kNullProcessHandle if no process |
+ // exists - either because it hasn't been started yet or it's running in the |
+ // current process. |
base::ProcessHandle handle; |
explicit ChildProcessData(int process_type) |