chromium/chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc

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

#include "chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.h"

#include "chrome/grit/generated_resources.h"
#include "components/os_crypt/sync/os_crypt.h"
#include "components/password_manager/core/browser/features/password_features.h"
#include "ui/base/l10n/l10n_util.h"

constexpr char kRelauchChromeId[] =;

RelaunchChromePromo::RelaunchChromePromo(PrefService* prefs)
    :{}

RelaunchChromePromo::~RelaunchChromePromo() = default;

std::string RelaunchChromePromo::GetPromoID() const {}

password_manager::PromoCardType RelaunchChromePromo::GetPromoCardType() const {}

bool RelaunchChromePromo::ShouldShowPromo() const {}

std::u16string RelaunchChromePromo::GetTitle() const {}

std::u16string RelaunchChromePromo::GetDescription() const {}

std::u16string RelaunchChromePromo::GetActionButtonText() const {}