chromium/chrome/browser/ui/views/autofill/payments/autofill_error_dialog_view_native_views.cc

// Copyright 2021 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/autofill_error_dialog_view_native_views.h"

#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/autofill/payments/view_factory.h"
#include "chrome/browser/ui/views/autofill/payments/payments_view_util.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "chrome/browser/ui/views/chrome_typography.h"
#include "components/autofill/core/browser/ui/payments/autofill_error_dialog_controller.h"
#include "components/constrained_window/constrained_window_views.h"
#include "components/vector_icons/vector_icons.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/models/image_model.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/base/mojom/ui_base_types.mojom-shared.h"
#include "ui/color/color_id.h"
#include "ui/gfx/vector_icon_utils.h"
#include "ui/views/bubble/bubble_frame_view.h"
#include "ui/views/controls/image_view.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/style/typography.h"
#include "ui/views/view_class_properties.h"

namespace autofill {

AutofillErrorDialogViewNativeViews::AutofillErrorDialogViewNativeViews(
    AutofillErrorDialogController* controller)
    :{}

AutofillErrorDialogViewNativeViews::~AutofillErrorDialogViewNativeViews() {}

void AutofillErrorDialogViewNativeViews::Dismiss() {}

views::View* AutofillErrorDialogViewNativeViews::GetContentsView() {}

void AutofillErrorDialogViewNativeViews::AddedToWidget() {}

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

base::WeakPtr<AutofillErrorDialogView>
AutofillErrorDialogViewNativeViews::GetWeakPtr() {}

base::WeakPtr<AutofillErrorDialogView> CreateAndShowAutofillErrorDialog(
    AutofillErrorDialogController* controller,
    content::WebContents* web_contents) {}

}  // namespace autofill