// 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_cpu/system_cpu_api.h" #include "base/command_line.h" #include "base/functional/bind.h" #include "extensions/browser/api/system_cpu/cpu_info_provider.h" namespace extensions { CpuInfo; ExtensionFunction::ResponseAction SystemCpuGetInfoFunction::Run() { … } void SystemCpuGetInfoFunction::OnGetCpuInfoCompleted(bool success) { … } } // namespace extensions