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

Unified Diff: mojo/shell/switches.h

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/application_manager.cc ('k') | mojo/shell/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/switches.h
diff --git a/mojo/shell/switches.h b/mojo/shell/switches.h
index cd969257f3d735c3828d0707c679d70a0c113bfd..7ae5da18988ef15cdcd3f1d81fe17bdcb8b98e1a 100644
--- a/mojo/shell/switches.h
+++ b/mojo/shell/switches.h
@@ -14,6 +14,7 @@ namespace switches {
// alongside the definition of their values in the .cc file.
extern const char kDontDeleteOnDownload[];
extern const char kEnableMultiprocess[];
+extern const char kMojoNoSandbox[];
extern const char kPredictableAppFilenames[];
extern const char kUseUpdater[];
« no previous file with comments | « mojo/shell/application_manager.cc ('k') | mojo/shell/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698