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

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

Issue 180783019: [Android] Define a baseline seccomp-bpf sandbox policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & address comments Created 6 years, 8 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.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 321d96e14e6da3d6a968a0da96a36fdd3f9a8fc7..5f71f61d8062254e538ac80a0766bf9ba12fb62d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -356,6 +356,10 @@ 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 kEnableAndroidSeccompBPF[] = "enable-android-seccomp-bpf";
jln (very slow on Chromium) 2014/04/09 05:11:07 Maybe call it kEnableAndroidSeccompFilter for cons
Robert Sesek 2014/04/09 21:00:58 Renamed to match kDisableSeccompFilterSandbox. I'm
jln (very slow on Chromium) 2014/04/09 21:56:19 That works, but I still would think that kEnableSe
Robert Sesek 2014/04/09 22:07:54 Done.
+
// Enables LCD text.
const char kEnableLCDText[] = "enable-lcd-text";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/renderer_main_platform_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698