Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 44acc0913d4c2e60edeedb2ca31f0467b0a2e4f3..261397c36504d195efbd1397dc7dad3c6167befe 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -411,11 +411,6 @@ const char kV8SnapshotPassedByFD[] = "v8-snapshot-passed-by-fd"; |
// is denied by the sandbox. |
const char kEnableSandboxLogging[] = "enable-sandbox-logging"; |
-// Enables seccomp-bpf support for Android. Requires experimental kernel |
-// support. <http://crbug.com/166704> |
-const char kEnableSeccompFilterSandbox[] = |
- "enable-seccomp-filter-sandbox"; |
- |
// Enables the Skia benchmarking extension |
const char kEnableSkiaBenchmarking[] = "enable-skia-benchmarking"; |