rsesek | 5f11985 | 2017-04-11 13:45:04 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef CONTENT_RENDERER_SECCOMP_SANDBOX_STATUS_ANDROID_H_ |
| 6 | #define CONTENT_RENDERER_SECCOMP_SANDBOX_STATUS_ANDROID_H_ |
| 7 | |
Robert Sesek | 5fb3197 | 2017-07-12 00:21:40 | [diff] [blame] | 8 | #include "sandbox/linux/seccomp-bpf-helpers/seccomp_starter_android.h" |
rsesek | 5f11985 | 2017-04-11 13:45:04 | [diff] [blame] | 9 | |
| 10 | namespace content { |
| 11 | |
Robert Sesek | 5fb3197 | 2017-07-12 00:21:40 | [diff] [blame] | 12 | void SetSeccompSandboxStatus(sandbox::SeccompSandboxStatus status); |
rsesek | 5f11985 | 2017-04-11 13:45:04 | [diff] [blame] | 13 | |
| 14 | } // namespace content |
| 15 | |
| 16 | #endif // CONTENT_RENDERER_SECCOMP_SANDBOX_STATUS_ANDROID_H_ |