| 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";
|
| +
|
| // Number of worker threads used to rasterize content.
|
| const char kNumRasterThreads[] = "num-raster-threads";
|
|
|
|
|