// 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_memory/system_memory_api.h" #include "base/functional/bind.h" #include "extensions/browser/api/system_memory/memory_info_provider.h" namespace extensions { MemoryInfo; ExtensionFunction::ResponseAction SystemMemoryGetInfoFunction::Run() { … } void SystemMemoryGetInfoFunction::OnGetMemoryInfoCompleted(bool success) { … } } // namespace extensions