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

Unified Diff: content/public/common/content_switches.cc

Issue 897723005: Allow using the namespace sandbox in zygote host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back the flag check. Created 5 years, 10 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index de9eb49d81d12b9b05e6131adccd58369f8c8261..6d1a2f37c52651050caece14d59c35d63732154b 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -588,6 +588,9 @@ const char kNoReferrers[] = "no-referrers";
// Disables the sandbox for all process types that are normally sandboxed.
const char kNoSandbox[] = "no-sandbox";
+// Prefer the namespace sandbox over the setuid sandbox when possible.
+const char kEnableNamespaceSandbox[] = "enable-namespace-sandbox";
jln (very slow on Chromium) 2015/02/05 00:26:56 This should be moved to respect alphabetical order
rickyz (no longer on Chrome) 2015/02/05 01:42:51 Done.
+
// Number of worker threads used to rasterize content.
const char kNumRasterThreads[] = "num-raster-threads";

Powered by Google App Engine
This is Rietveld 408576698