// 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 COMPONENTS_WEBAPPS_BROWSER_BANNERS_INSTALL_BANNER_CONFIG_H_ #define COMPONENTS_WEBAPPS_BROWSER_BANNERS_INSTALL_BANNER_CONFIG_H_ #include <optional> #include "base/functional/callback_forward.h" #include "components/webapps/browser/banners/native_app_banner_data.h" #include "components/webapps/browser/banners/web_app_banner_data.h" #include "url/gurl.h" namespace webapps { enum class AppBannerMode { … }; struct InstallBannerConfig { … }; InstallBannerConfigCallback; } // namespace webapps #endif // COMPONENTS_WEBAPPS_BROWSER_BANNERS_INSTALL_BANNER_CONFIG_H_