#include "chrome/browser/ui/views/digital_credentials/digital_identity_bluetooth_manual_dialog_controller.h"
#include <memory>
#include "base/functional/callback_forward.h"
#include "chrome/browser/ui/views/digital_credentials/digital_identity_multi_step_dialog.h"
#include "chrome/browser/ui/views/digital_credentials/digital_identity_safety_interstitial_controller_desktop.h"
#include "chrome/grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/models/dialog_model.h"
DigitalIdentityBluetoothManualDialogController::
DigitalIdentityBluetoothManualDialogController(
DigitalIdentityMultiStepDialog* dialog)
: … { … }
DigitalIdentityBluetoothManualDialogController::
~DigitalIdentityBluetoothManualDialogController() = default;
void DigitalIdentityBluetoothManualDialogController::Show(
base::OnceClosure user_requested_bluetooth_power_on_callback,
base::OnceClosure cancel_callback) { … }
void DigitalIdentityBluetoothManualDialogController::UpdateDialog(
bool is_ok_button_enabled) { … }
void DigitalIdentityBluetoothManualDialogController::OnAccept() { … }
void DigitalIdentityBluetoothManualDialogController::OnCancel() { … }