chromium/chrome/browser/ui/webauthn/passkey_deleted_confirmation_controller.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/webauthn/passkey_deleted_confirmation_controller.h"

#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "chrome/grit/generated_resources.h"
#include "components/password_manager/core/browser/password_manager_metrics_util.h"
#include "ui/base/l10n/l10n_util.h"

PasskeyDeletedConfirmationController::PasskeyDeletedConfirmationController(
    base::WeakPtr<PasswordsModelDelegate> delegate,
    password_manager::metrics_util::UIDisplayDisposition display_disposition)
    :{}

PasskeyDeletedConfirmationController::~PasskeyDeletedConfirmationController() {}

std::u16string PasskeyDeletedConfirmationController::GetTitle() const {}

void PasskeyDeletedConfirmationController::OnGotItButtonClicked() {}

void PasskeyDeletedConfirmationController::OnManagePasskeysButtonClicked() {}

void PasskeyDeletedConfirmationController::ReportInteractions() {}