Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 132258) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -171,6 +171,9 @@ |
// Disable the seccomp sandbox (Linux only) |
const char kDisableSeccompSandbox[] = "disable-seccomp-sandbox"; |
+// Disable the seccomp filter sandbox (Linux only) |
+const char kDisableSeccompFilterSandbox[] = "disable-seccomp-filter-sandbox"; |
+ |
// Disable session storage. |
const char kDisableSessionStorage[] = "disable-session-storage"; |