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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index a8ad442783d98499d453ac5a62dfe0498789de09..1de645360d0df427973f8173b9fb8576d45944b4 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -173,6 +173,7 @@ extern const char kMemoryMetrics[];
CONTENT_EXPORT extern const char kMuteAudio[];
CONTENT_EXPORT extern const char kNoReferrers[];
CONTENT_EXPORT extern const char kNoSandbox[];
+CONTENT_EXPORT extern const char kEnableNamespaceSandbox[];
jln (very slow on Chromium) 2015/02/05 00:26:56 This should be alphabetized.
rickyz (no longer on Chrome) 2015/02/05 01:42:51 Done.
CONTENT_EXPORT extern const char kNumRasterThreads[];
CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
extern const char kPluginLauncher[];

Powered by Google App Engine
This is Rietveld 408576698