910e62b5创建于 1月15日历史提交
// Copyright 2023 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_SEARCH_ENGINE_CHOICE_PROFILE_AGENT_H_
#define IOS_CHROME_APP_PROFILE_SEARCH_ENGINE_CHOICE_PROFILE_AGENT_H_

#import "ios/chrome/app/profile/scene_observing_profile_agent.h"

// Profile agent that triggers the search engine choice screen when necessary.
@interface SearchEngineChoiceProfileAgent : SceneObservingProfileAgent

@end

#endif  // IOS_CHROME_APP_PROFILE_SEARCH_ENGINE_CHOICE_PROFILE_AGENT_H_