diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 04:22:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 04:22:47 +0000 |
commit | 83a0cbe4af4408d7708bf54750aff66da80f3130 (patch) | |
tree | c75050f0d74936645b8b87f5e9aab9ded61e5bbc /chrome/common/sandbox_methods_linux.h | |
parent | da11a4be3902edcdfb5c2f29925e068ebce36a67 (diff) | |
download | chromium_src-83a0cbe4af4408d7708bf54750aff66da80f3130.zip chromium_src-83a0cbe4af4408d7708bf54750aff66da80f3130.tar.gz chromium_src-83a0cbe4af4408d7708bf54750aff66da80f3130.tar.bz2 |
Revert 30938 - Add support for getting the real process id from within the suid sandbox. The browser processes gets the real process ids, so they look correct in the task manager. When it asks the zygote to reap a process, we use the process ids internal to the sandbox.
While we are at it, reap the sandbox process after it clones the zygote and figure out zygote's actual process id. Save the actual process id rather than that of the sandbox.
BUG=20012,20714,23072
TEST=Process IDs for renderers should be correct in the task manager and you should be able to use the end process button to kill them.
Review URL: http://codereview.chromium.org/262020
Review URL: http://codereview.chromium.org/359001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30939 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sandbox_methods_linux.h')
-rw-r--r-- | chrome/common/sandbox_methods_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/sandbox_methods_linux.h b/chrome/common/sandbox_methods_linux.h index 22fbf29..4dceba0 100644 --- a/chrome/common/sandbox_methods_linux.h +++ b/chrome/common/sandbox_methods_linux.h @@ -14,7 +14,6 @@ class LinuxSandbox { enum Methods { METHOD_GET_FONT_FAMILY_FOR_CHARS = 32, METHOD_LOCALTIME = 33, - METHOD_GET_CHILD_WITH_INODE = 34, }; }; |