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

Unified Diff: mojo/shell/switches.cc

Issue 1318103003: mandoline: Obey --no-sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix collision with content. Created 5 years, 4 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 | « mojo/shell/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/switches.cc
diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc
index 878a127b2adfb312930741605e9723384988aef9..fafe057640e6c389a49b04ca1ad54cd3fa1e20e7 100644
--- a/mojo/shell/switches.cc
+++ b/mojo/shell/switches.cc
@@ -16,6 +16,10 @@ const char kDontDeleteOnDownload[] = "dont-delete-on-download";
// change it to "single-process") when it works.
const char kEnableMultiprocess[] = "enable-multiprocess";
+// Disables the sandbox for debugging. (Why the Mojo prefix on the constant?
+// Because otherwise we conflict with content.)
+const char kMojoNoSandbox[] = "no-sandbox";
+
// If set apps downloaded are saved in with a predictable filename, to help
// remote debugging: when gdb is used through gdbserver, it needs to be able to
// find locally any loaded library. For this, gdb use the filename of the
« no previous file with comments | « mojo/shell/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698