chromium/components/webapps/browser/banners/install_banner_config.cc

// 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.

#include "components/webapps/browser/banners/install_banner_config.h"

namespace webapps {

InstallBannerConfig::InstallBannerConfig(
    GURL validated_url,
    AppBannerMode app_mode,
    const WebAppBannerData& web_app_data,
    const std::optional<NativeAppBannerData>& native_app_data)
    :{}
InstallBannerConfig::InstallBannerConfig(const InstallBannerConfig& other) =
    default;
InstallBannerConfig::~InstallBannerConfig() = default;

std::string InstallBannerConfig::GetWebOrNativeAppIdentifier() const {}

// Returns the name of either the web app or the native app, depending on the
// `mode`.
std::u16string InstallBannerConfig::GetWebOrNativeAppName() const {}

}  // namespace webapps