// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_PERFORMANCE_MANAGER_MECHANISMS_PAGE_DISCARDER_H_ #define CHROME_BROWSER_PERFORMANCE_MANAGER_MECHANISMS_PAGE_DISCARDER_H_ #include <vector> #include "base/functional/callback.h" #include "chrome/browser/resource_coordinator/lifecycle_unit_state.mojom.h" namespace performance_manager { class PageNode; namespace mechanism { // Mechanism that allows discarding a PageNode. class PageDiscarder { … }; } // namespace mechanism } // namespace performance_manager #endif // CHROME_BROWSER_PERFORMANCE_MANAGER_MECHANISMS_PAGE_DISCARDER_H_