// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/page_load_metrics/browser/metrics_lifecycle_observer.h" namespace page_load_metrics { MetricsLifecycleObserver::MetricsLifecycleObserver( content::WebContents* web_contents) : … { … } MetricsLifecycleObserver::~MetricsLifecycleObserver() { … } void MetricsLifecycleObserver::OnGoingAway() { … } const PageLoadMetricsObserverDelegate* MetricsLifecycleObserver::GetDelegateForCommittedLoad() { … } } // namespace page_load_metrics