// 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/system_network.idl // by tools/json_schema_compiler. // DO NOT EDIT. #ifndef EXTENSIONS_COMMON_API_SYSTEM_NETWORK_H__ #define EXTENSIONS_COMMON_API_SYSTEM_NETWORK_H__ #include <stdint.h> #include <map> #include <memory> #include <optional> #include <string> #include <vector> #include "base/values.h" namespace extensions { namespace api { namespace system_network { // // Types // struct NetworkInterface { … }; // // Functions // namespace GetNetworkInterfaces { namespace Results { // Array of object containing network interfaces information. base::Value::List Create(const std::vector<NetworkInterface>& network_interfaces); } // namespace Results } // namespace GetNetworkInterfaces } // namespace system_network } // namespace api } // namespace extensions #endif // EXTENSIONS_COMMON_API_SYSTEM_NETWORK_H__