chromium/components/webapps/browser/banners/native_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_NATIVE_APP_BANNER_DATA_H_
#define COMPONENTS_WEBAPPS_BROWSER_BANNERS_NATIVE_APP_BANNER_DATA_H_

#include <string>

#include "third_party/skia/include/core/SkBitmap.h"
#include "url/gurl.h"

namespace webapps {

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

}  // namespace webapps

#endif  // COMPONENTS_WEBAPPS_BROWSER_BANNERS_NATIVE_APP_BANNER_DATA_H_