chromium/chromeos/ash/services/ime/ime_sandbox_hook.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROMEOS_ASH_SERVICES_IME_IME_SANDBOX_HOOK_H_
#define CHROMEOS_ASH_SERVICES_IME_IME_SANDBOX_HOOK_H_

#include "sandbox/policy/linux/sandbox_linux.h"

namespace ash {
namespace ime {

bool ImePreSandboxHook(sandbox::policy::SandboxLinux::Options options);

}  // namespace ime
}  // namespace ash

#endif  // CHROMEOS_ASH_SERVICES_IME_IME_SANDBOX_HOOK_H_