| Index: sandbox/linux/suid/sandbox.cc
|
| diff --git a/sandbox/linux/suid/sandbox.cc b/sandbox/linux/suid/sandbox.cc
|
| index e784d87563698cf2d48084658a6b1b82f614a1b8..b594d21e483363e2a4b2bd46ec975605de535314 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
|
|
|