chromium/extensions/browser/api/system_network/system_network_api.cc

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

#include "extensions/browser/api/system_network/system_network_api.h"

#include "base/functional/bind.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/network_service_instance.h"
#include "extensions/common/api/system_network.h"
#include "services/network/public/mojom/network_service.mojom.h"

namespace {

const char kNetworkListError[] =;

}  // namespace

namespace extensions::api {

ExtensionFunction::ResponseAction
SystemNetworkGetNetworkInterfacesFunction::Run() {}

void SystemNetworkGetNetworkInterfacesFunction::SendResponseOnUIThread(
    const std::optional<net::NetworkInterfaceList>& interface_list) {}

}  // namespace extensions::api