#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) { … }
}