summaryrefslogtreecommitdiffstats
path: root/content/zygote
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 22:04:12 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 22:04:12 +0000
commit84218e1caa74f765c9c296ec7ca7b3084a783003 (patch)
tree13d213e57f1fbb016a3519d4c2c523a517d13d03 /content/zygote
parent2adfdb6973896c0130c16e752a01bf1a8e254602 (diff)
downloadchromium_src-84218e1caa74f765c9c296ec7ca7b3084a783003.zip
chromium_src-84218e1caa74f765c9c296ec7ca7b3084a783003.tar.gz
chromium_src-84218e1caa74f765c9c296ec7ca7b3084a783003.tar.bz2
NaCl: Remove unused "sandboxed_" field and argument from NaClForkDelegate
BUG=none TEST=any NaCl test on Linux Review URL: https://codereview.chromium.org/11819022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/zygote')
-rw-r--r--content/zygote/zygote_main_linux.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
index d0f8647..3c76001 100644
--- a/content/zygote/zygote_main_linux.cc
+++ b/content/zygote/zygote_main_linux.cc
@@ -463,8 +463,7 @@ bool ZygoteMain(const MainFunctionParams& params,
if (forkdelegate != NULL) {
VLOG(1) << "ZygoteMain: initializing fork delegate";
- forkdelegate->Init(setuid_sandbox->IsSuidSandboxChild(),
- Zygote::kBrowserDescriptor,
+ forkdelegate->Init(Zygote::kBrowserDescriptor,
Zygote::kMagicSandboxIPCDescriptor);
} else {
VLOG(1) << "ZygoteMain: fork delegate is NULL";