diff options
Diffstat (limited to 'chrome/common/child_process_info.h')
-rw-r--r-- | chrome/common/child_process_info.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/child_process_info.h b/chrome/common/child_process_info.h index 5726675..1607417 100644 --- a/chrome/common/child_process_info.h +++ b/chrome/common/child_process_info.h @@ -20,11 +20,12 @@ class ChildProcessInfo { RENDER_PROCESS, PLUGIN_PROCESS, WORKER_PROCESS, - NACL_PROCESS, + NACL_LOADER_PROCESS, UTILITY_PROCESS, PROFILE_IMPORT_PROCESS, ZYGOTE_PROCESS, SANDBOX_HELPER_PROCESS, + NACL_BROKER_PROCESS, GPU_PROCESS }; |