#include "chrome/browser/ui/views/autofill/payments/mandatory_reauth_confirmation_bubble_view.h"
#include "chrome/browser/ui/autofill/payments/mandatory_reauth_bubble_controller.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/chrome_pages.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/common/webui_url_constants.h"
#include "chrome/grit/generated_resources.h"
#include "chrome/grit/theme_resources.h"
#include "components/autofill/core/browser/metrics/payments/mandatory_reauth_metrics.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/controls/styled_label.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 {
MandatoryReauthConfirmationBubbleView::MandatoryReauthConfirmationBubbleView(
views::View* anchor_view,
content::WebContents* web_contents,
MandatoryReauthBubbleController* controller)
: … { … }
void MandatoryReauthConfirmationBubbleView::Show(DisplayReason reason) { … }
void MandatoryReauthConfirmationBubbleView::Hide() { … }
void MandatoryReauthConfirmationBubbleView::AddedToWidget() { … }
std::u16string MandatoryReauthConfirmationBubbleView::GetWindowTitle() const { … }
void MandatoryReauthConfirmationBubbleView::WindowClosing() { … }
MandatoryReauthConfirmationBubbleView::
~MandatoryReauthConfirmationBubbleView() = default;
void MandatoryReauthConfirmationBubbleView::OnSettingsLinkClicked() { … }
void MandatoryReauthConfirmationBubbleView::Init() { … }
}