chromium/out/Default/gen/chrome/common/apps/platform_apps/api/generated_schemas.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.

#include "chrome/common/apps/platform_apps/api/generated_schemas.h"

#include <algorithm>
#include <iterator>
#include <string_view>

#include "base/containers/fixed_flat_map.h"

namespace {
constexpr char kBrowser[] =;
constexpr char kMediaGalleries[] =;
constexpr char kSyncFileSystem[] =;
}  // namespace

namespace chrome_apps {
namespace api {

// static
bool ChromeAppsGeneratedSchemas::IsGenerated(std::string_view name) {}

// static
std::string_view ChromeAppsGeneratedSchemas::Get(std::string_view name) {}

}  // namespace api
}  // namespace chrome_apps