// 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. #ifndef CHROME_BROWSER_RESOURCE_COORDINATOR_DISCARD_METRICS_LIFECYCLE_UNIT_OBSERVER_H_ #define CHROME_BROWSER_RESOURCE_COORDINATOR_DISCARD_METRICS_LIFECYCLE_UNIT_OBSERVER_H_ #include "chrome/browser/resource_coordinator/lifecycle_unit_observer.h" #include "base/time/time.h" #include "chrome/browser/resource_coordinator/lifecycle_unit_state.mojom.h" namespace resource_coordinator { LifecycleUnitState; // Observes a LifecycleUnit to record metrics. class DiscardMetricsLifecycleUnitObserver : public LifecycleUnitObserver { … }; } // namespace resource_coordinator #endif // CHROME_BROWSER_RESOURCE_COORDINATOR_DISCARD_METRICS_LIFECYCLE_UNIT_OBSERVER_H_