chromium/out/Default/gen/extensions/common/api/content_scripts.cc

// 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/content_scripts.idl
// by tools/json_schema_compiler.
// DO NOT EDIT.

#include "extensions/common/api/content_scripts.h"

#include <memory>
#include <optional>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>
#include <vector>

#include "base/check.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "tools/json_schema_compiler/util.h"
#include "tools/json_schema_compiler/manifest_parse_util.h"

#include <string_view>
#include "base/types/expected.h"
#include "extensions/common/api/extension_types.h"


UTF8ToUTF16;

namespace extensions {
namespace api {
namespace content_scripts {
//
// Types
//

ContentScript::ContentScript()
:{}

ContentScript::~ContentScript() = default;
ContentScript::ContentScript(ContentScript&& rhs) noexcept = default;
ContentScript& ContentScript::operator=(ContentScript&& rhs) noexcept = default;
// static
constexpr char ContentScript::kMatches[];
// static
constexpr char ContentScript::kExcludeMatches[];
// static
constexpr char ContentScript::kCss[];
// static
constexpr char ContentScript::kJs[];
// static
constexpr char ContentScript::kAllFrames[];
// static
constexpr char ContentScript::kMatchOriginAsFallback[];
// static
constexpr char ContentScript::kMatchAboutBlank[];
// static
constexpr char ContentScript::kIncludeGlobs[];
// static
constexpr char ContentScript::kExcludeGlobs[];
// static
constexpr char ContentScript::kRunAt[];
// static
constexpr char ContentScript::kWorld[];

ContentScript ContentScript::Clone() const {}

// static
bool ContentScript::Populate(
    const base::Value::Dict& dict, ContentScript& out, std::u16string& error) {}

// static
bool ContentScript::Populate(
    const base::Value& value, ContentScript& out, std::u16string& error) {}

// static
base::expected<ContentScript, std::u16string> ContentScript::FromValue(const base::Value::Dict& value) {}

// static
base::expected<ContentScript, std::u16string> ContentScript::FromValue(const base::Value& value) {}

base::Value::Dict ContentScript::ToValue() const {}

//static
bool ContentScript::ParseFromDictionary(
const base::Value::Dict& root_dict, std::string_view key, ContentScript& out, std::u16string& error, std::vector<std::string_view>& error_path_reversed) {}



//
// Manifest Keys
//

ManifestKeys::ManifestKeys()
 {}

ManifestKeys::~ManifestKeys() = default;
ManifestKeys::ManifestKeys(ManifestKeys&& rhs) noexcept = default;
ManifestKeys& ManifestKeys::operator=(ManifestKeys&& rhs) noexcept = default;
// static
constexpr char ManifestKeys::kContentScripts[];

//static
bool ManifestKeys::ParseFromDictionary(
const base::Value::Dict& root_dict, ManifestKeys& out, std::u16string& error) {}


}  // namespace content_scripts
}  // namespace api
}  // namespace extensions