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

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: Respond to comments. 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 85083ae0700872d152bf9b79d046c131da4f3342..c06bf1fa44fbbfe6512a14b4e13e51ab92aeabca 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -41,6 +41,9 @@ const char kAuditAllHandles[] = "enable-handle-auditing-all";
// is terminated.
const char kAuditHandles[] = "enable-handle-auditing";
+// Prefer the namespace sandbox over the setuid sandbox when possible.
+const char kEnableNamespaceSandbox[] = "enable-namespace-sandbox";
jln (very slow on Chromium) 2015/02/06 02:17:03 Alphabetize (at the kEnableNamespaceSandbox level)
rickyz (no longer on Chrome) 2015/02/06 03:01:02 Done.
+
// Choose which logging channels in blink platform to activate. See
// Logging.cpp in blink's Source/platform for a list of available channels.
const char kBlinkPlatformLogChannels[] = "blink-platform-log-channels";

Powered by Google App Engine
This is Rietveld 408576698