// 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 CHROME_BROWSER_COMPANION_CORE_PROMO_HANDLER_H_ #define CHROME_BROWSER_COMPANION_CORE_PROMO_HANDLER_H_ #include <memory> #include <string> #include "base/functional/callback.h" #include "base/memory/raw_ptr.h" #include "chrome/browser/companion/core/mojom/companion.mojom.h" class PrefRegistrySimple; class PrefService; namespace companion { PromoAction; PromoType; class SigninDelegate; // Central class to handle user actions on various promos displayed in the // search companion. class PromoHandler { … }; } // namespace companion #endif // CHROME_BROWSER_COMPANION_CORE_PROMO_HANDLER_H_