// 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 // chrome/common/extensions/api/chrome_url_overrides.idl // by tools/json_schema_compiler. // DO NOT EDIT. #ifndef CHROME_COMMON_EXTENSIONS_API_CHROME_URL_OVERRIDES_H__ #define CHROME_COMMON_EXTENSIONS_API_CHROME_URL_OVERRIDES_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 chrome_url_overrides { // // Types // struct UrlOverrideInfo { … }; // // Manifest Keys // struct ManifestKeys { … }; } // namespace chrome_url_overrides } // namespace api } // namespace extensions #endif // CHROME_COMMON_EXTENSIONS_API_CHROME_URL_OVERRIDES_H__