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

Unified Diff: content/common/sandbox_init_android.cc

Issue 1419083012: Create a field trial for Seccomp-BPF on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix define issue Created 5 years, 1 month 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/common/sandbox_init_android.cc
diff --git a/content/common/sandbox_init_android.cc b/content/common/sandbox_init_android.cc
new file mode 100644
index 0000000000000000000000000000000000000000..cfd85d68cfa779ab0bde31895d3310335a1608e6
--- /dev/null
+++ b/content/common/sandbox_init_android.cc
@@ -0,0 +1,13 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/public/common/sandbox_init.h"
+
+namespace content {
+
+const base::Feature kSeccompSandboxAndroidFeature = {
+ "SeccompSandboxAndroid", base::FEATURE_DISABLED_BY_DEFAULT
+};
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698