diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 18:19:39 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 18:19:39 +0000 |
commit | 2735e369f4c0b7fb9a9d90862cf14dee9c99de53 (patch) | |
tree | fb5d1ef5f67f192ce505c1255731ae11b4fc40ae /chrome/common/child_process_info.h | |
parent | 0830dedb7c90f4add249828b0147155630c5782f (diff) | |
download | chromium_src-2735e369f4c0b7fb9a9d90862cf14dee9c99de53.zip chromium_src-2735e369f4c0b7fb9a9d90862cf14dee9c99de53.tar.gz chromium_src-2735e369f4c0b7fb9a9d90862cf14dee9c99de53.tar.bz2 |
Misc. Cleanup related to OOP Profile Import
* Add PROFILE_IMPORT_PROCESS type to ChildProfileInfo.
* Other small bits of cleanup.
Review URL: http://codereview.chromium.org/220027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_info.h')
-rw-r--r-- | chrome/common/child_process_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/child_process_info.h b/chrome/common/child_process_info.h index fa03c0f..250ff57 100644 --- a/chrome/common/child_process_info.h +++ b/chrome/common/child_process_info.h @@ -18,6 +18,7 @@ class ChildProcessInfo { PLUGIN_PROCESS, WORKER_PROCESS, UTILITY_PROCESS, + PROFILE_IMPORT_PROCESS, ZYGOTE_PROCESS, SANDBOX_HELPER_PROCESS, UNKNOWN_PROCESS, |