blob: 66408f6d630d4e262dd07d8f2eef64e3e78f3292 [file] [log] [blame]
rsesek5f119852017-04-11 13:45:041// 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 Sesek5fb31972017-07-12 00:21:408#include "sandbox/linux/seccomp-bpf-helpers/seccomp_starter_android.h"
rsesek5f119852017-04-11 13:45:049
10namespace content {
11
Robert Sesek5fb31972017-07-12 00:21:4012void SetSeccompSandboxStatus(sandbox::SeccompSandboxStatus status);
rsesek5f119852017-04-11 13:45:0413
14} // namespace content
15
16#endif // CONTENT_RENDERER_SECCOMP_SANDBOX_STATUS_ANDROID_H_