chromium/content/utility/speech/speech_recognition_sandbox_hook_linux.cc

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

#include "content/utility/speech/speech_recognition_sandbox_hook_linux.h"

#include <dlfcn.h>

#include "base/files/file_util.h"
#include "components/soda/buildflags.h"
#include "components/soda/constants.h"
#include "sandbox/linux/syscall_broker/broker_command.h"
#include "sandbox/linux/syscall_broker/broker_file_permission.h"

BrokerFilePermission;
MakeBrokerCommandSet;

namespace speech {

namespace {

// Gets the file permissions required by the Speech On-Device API (SODA).
std::vector<BrokerFilePermission> GetSodaFilePermissions() {}

}  // namespace

bool SpeechRecognitionPreSandboxHook(
    sandbox::policy::SandboxLinux::Options options) {}

}  // namespace speech