chromium/chrome/browser/ui/views/autofill/payments/mandatory_reauth_opt_in_bubble_view.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/views/autofill/payments/mandatory_reauth_opt_in_bubble_view.h"

#include "chrome/browser/ui/views/accessibility/theme_tracking_non_accessible_image_view.h"
#include "chrome/browser/ui/views/autofill/payments/dialog_view_ids.h"
#include "chrome/browser/ui/views/autofill/payments/payments_view_util.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "chrome/grit/generated_resources.h"
#include "chrome/grit/theme_resources.h"
#include "components/strings/grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/color_palette.h"
#include "ui/gfx/vector_icon_utils.h"
#include "ui/views/controls/button/label_button.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/layout/flex_layout_types.h"
#include "ui/views/view_class_properties.h"

namespace autofill {

MandatoryReauthOptInBubbleView::MandatoryReauthOptInBubbleView(
    views::View* anchor_view,
    content::WebContents* web_contents,
    MandatoryReauthBubbleController* controller)
    :{}

void MandatoryReauthOptInBubbleView::Show(DisplayReason reason) {}

void MandatoryReauthOptInBubbleView::Hide() {}

void MandatoryReauthOptInBubbleView::AddedToWidget() {}

std::u16string MandatoryReauthOptInBubbleView::GetWindowTitle() const {}

void MandatoryReauthOptInBubbleView::WindowClosing() {}

MandatoryReauthOptInBubbleView::~MandatoryReauthOptInBubbleView() = default;

void MandatoryReauthOptInBubbleView::Init() {}

}  // namespace autofill