chromium/chrome/browser/ui/views/passwords/shared_passwords_notification_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/passwords/shared_passwords_notification_view.h"

#include <memory>

#include "chrome/browser/ui/passwords/bubble_controllers/shared_passwords_notifications_bubble_controller.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "chrome/browser/ui/passwords/ui_utils.h"
#include "chrome/grit/generated_resources.h"
#include "ui/base/interaction/element_identifier.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/base/ui_base_types.h"
#include "ui/gfx/text_constants.h"
#include "ui/views/controls/styled_label.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/view_class_properties.h"

SharedPasswordsNotificationView::SharedPasswordsNotificationView(
    content::WebContents* web_contents,
    views::View* anchor_view)
    :{}

SharedPasswordsNotificationView::~SharedPasswordsNotificationView() = default;

SharedPasswordsNotificationBubbleController*
SharedPasswordsNotificationView::GetController() {}

const SharedPasswordsNotificationBubbleController*
SharedPasswordsNotificationView::GetController() const {}

ui::ImageModel SharedPasswordsNotificationView::GetWindowIcon() {}

DEFINE_CLASS_ELEMENT_IDENTIFIER_VALUE(SharedPasswordsNotificationView,
                                      kTopView);