summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 04:24:38 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 04:24:38 +0000
commit6f317586c5b00ab2196d9f3dbff571bad34b8352 (patch)
tree43eb37915daac9ccb6a9fb15475d2f991452c21f
parent5a67535997a41c9ad61bc39f33b46cfd572d73a9 (diff)
downloadchromium_src-6f317586c5b00ab2196d9f3dbff571bad34b8352.zip
chromium_src-6f317586c5b00ab2196d9f3dbff571bad34b8352.tar.gz
chromium_src-6f317586c5b00ab2196d9f3dbff571bad34b8352.tar.bz2
Linux: Fix sandbox define
build/common.gypi used CHROME_DEVEL_SANDBOX, while sandbox.cc was looking for DEVELOPMENT_SANDBOX (Patch by Joel Stanley) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20718 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--sandbox/linux/suid/sandbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/linux/suid/sandbox.cc b/sandbox/linux/suid/sandbox.cc
index e784d87..b594d21 100644
--- a/sandbox/linux/suid/sandbox.cc
+++ b/sandbox/linux/suid/sandbox.cc
@@ -224,7 +224,7 @@ int main(int argc, char **argv) {
return 1;
}
-#if defined(DEVELOPMENT_SANDBOX)
+#if defined(CHROME_DEVEL_SANDBOX)
// On development machines, we need the sandbox to be able to run development
// builds of Chrome. Thus, we remove the condition that the path to the
// binary has to be fixed. However, we still worry about running arbitary