chromium/chrome/browser/extensions/api/enterprise_hardware_platform/enterprise_hardware_platform_api.cc

// Copyright 2018 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/browser/extensions/api/enterprise_hardware_platform/enterprise_hardware_platform_api.h"

#include <utility>

#include "base/functional/bind.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/extensions/api/enterprise_hardware_platform.h"
#include "chrome/common/pref_names.h"
#include "components/prefs/pref_service.h"

namespace extensions {

EnterpriseHardwarePlatformGetHardwarePlatformInfoFunction::
    EnterpriseHardwarePlatformGetHardwarePlatformInfoFunction() = default;

EnterpriseHardwarePlatformGetHardwarePlatformInfoFunction::
    ~EnterpriseHardwarePlatformGetHardwarePlatformInfoFunction() = default;

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

void EnterpriseHardwarePlatformGetHardwarePlatformInfoFunction::
    OnHardwarePlatformInfo(base::SysInfo::HardwareInfo info) {}

}  // namespace extensions