chromium/components/webapps/browser/banners/web_app_banner_data.h

// 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_WEB_APP_BANNER_DATA_H_
#define COMPONENTS_WEBAPPS_BROWSER_BANNERS_WEB_APP_BANNER_DATA_H_

#include <string>

#include "components/webapps/browser/installable/installable_data.h"
#include "components/webapps/common/web_app_id.h"
#include "components/webapps/common/web_page_metadata.mojom-forward.h"
#include "components/webapps/common/web_page_metadata.mojom.h"
#include "third_party/blink/public/mojom/manifest/manifest.mojom-forward.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "url/gurl.h"

namespace webapps {

// Holds information about a web app being considered for an installation
// banner / onbeforeinstallprompt event.
struct WebAppBannerData {};

}  // namespace webapps
#endif  // COMPONENTS_WEBAPPS_BROWSER_BANNERS_WEB_APP_BANNER_DATA_H_