| 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
|
|
|