Chromium Code Reviews| Index: chrome/common/child_process_info.h |
| diff --git a/chrome/common/child_process_info.h b/chrome/common/child_process_info.h |
| index d79435f339a0676c4f0d42e80c62d1b56084e3e8..a57bee81702cb4f078c6eaaac7ab1bca34d42bae 100644 |
| --- a/chrome/common/child_process_info.h |
| +++ b/chrome/common/child_process_info.h |
| @@ -18,6 +18,8 @@ class ChildProcessInfo { |
| PLUGIN_PROCESS, |
| WORKER_PROCESS, |
| UTILITY_PROCESS, |
| + ZYGOTE_PROCESS, |
| + SANDBOX_HELPER_PROCESS, |
| UNKNOWN_PROCESS, |
| }; |