chromium/chrome/browser/ui/views/webauthn/passkey_not_accepted_bubble_view.cc

// Copyright 2024 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/webauthn/passkey_not_accepted_bubble_view.h"

#include <memory>
#include <string>

#include "base/functional/bind.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "chrome/browser/ui/passwords/ui_utils.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "chrome/grit/generated_resources.h"
#include "components/password_manager/core/browser/password_manager_metrics_util.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/models/image_model.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/gfx/range/range.h"
#include "ui/views/controls/styled_label.h"
#include "ui/views/layout/fill_layout.h"
#include "ui/views/view.h"

PasskeyNotAcceptedBubbleView::PasskeyNotAcceptedBubbleView(
    content::WebContents* web_contents,
    views::View* anchor_view,
    DisplayReason display_reason)
    :{}

PasskeyNotAcceptedBubbleView::~PasskeyNotAcceptedBubbleView() = default;

PasskeyNotAcceptedBubbleController*
PasskeyNotAcceptedBubbleView::GetController() {}

const PasskeyNotAcceptedBubbleController*
PasskeyNotAcceptedBubbleView::GetController() const {}

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

void PasskeyNotAcceptedBubbleView::OnGooglePasswordManagerLinkClicked() {}