| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 321d96e14e6da3d6a968a0da96a36fdd3f9a8fc7..6e31b2054a6c08aef8da378fc45a3b8e8cca011a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -356,6 +356,11 @@ const char kEnableAcceleratedFixedRootBackground[] =
|
| const char kEnableAcceleratedOverflowScroll[] =
|
| "enable-accelerated-overflow-scroll";
|
|
|
| +// Enables seccomp-bpf support for Android. Requires experimental kernel
|
| +// support. <http://crbug.com/166704>
|
| +const char kEnableAndroidSeccompFilterSandbox[] =
|
| + "enable-android-seccomp-filter-sandbox";
|
| +
|
| // Enables LCD text.
|
| const char kEnableLCDText[] = "enable-lcd-text";
|
|
|
|
|