Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1534)

Unified Diff: sandbox/linux/suid/sandbox.cc

Issue 149667: Fix sandbox define (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698