chromium/out/Default/gen/extensions/common/api/requirements.h

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

// GENERATED FROM THE API DEFINITION IN
//   extensions/common/api/requirements.json
// by tools/json_schema_compiler.
// DO NOT EDIT.

#ifndef EXTENSIONS_COMMON_API_REQUIREMENTS_H__
#define EXTENSIONS_COMMON_API_REQUIREMENTS_H__

#include <stdint.h>

#include <map>
#include <memory>
#include <optional>
#include <string>
#include <vector>

#include "base/values.h"
#include <string_view>


namespace extensions {
namespace api {
namespace requirements {

//
// Types
//

enum class _3DFeature {};


const char* ToString(_3DFeature as_enum);
_3DFeature Parse_3DFeature(std::string_view as_string);
std::u16string Get_3DFeatureParseError(std::string_view as_string);


//
// Manifest Keys
//

struct ManifestKeys {};

}  // namespace requirements
}  // namespace api
}  // namespace extensions

#endif  // EXTENSIONS_COMMON_API_REQUIREMENTS_H__