// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_APP_PROFILE_SESSION_METRICS_PROFILE_AGENT_H_
#define IOS_CHROME_APP_PROFILE_SESSION_METRICS_PROFILE_AGENT_H_
#import "ios/chrome/app/profile/scene_observing_profile_agent.h"
// ProfileAgent that records the total duration of the current session (i.e.
// how long was at least one scene in the foreground for the profile).
@interface SessionMetricsProfileAgent : SceneObservingProfileAgent
@end
#endif // IOS_CHROME_APP_PROFILE_SESSION_METRICS_PROFILE_AGENT_H_