#include "chrome/browser/ui/views/webauthn/authenticator_client_pin_entry_sheet_view.h"
#include <memory>
#include <utility>
AuthenticatorClientPinEntrySheetView::AuthenticatorClientPinEntrySheetView(
std::unique_ptr<AuthenticatorClientPinEntrySheetModel> sheet_model)
: … { … }
AuthenticatorClientPinEntrySheetView::~AuthenticatorClientPinEntrySheetView() =
default;
AuthenticatorClientPinEntrySheetModel*
AuthenticatorClientPinEntrySheetView::pin_entry_sheet_model() { … }
std::pair<std::unique_ptr<views::View>,
AuthenticatorRequestSheetView::AutoFocus>
AuthenticatorClientPinEntrySheetView::BuildStepSpecificContent() { … }
void AuthenticatorClientPinEntrySheetView::OnPincodeChanged(
std::u16string pincode) { … }
void AuthenticatorClientPinEntrySheetView::OnConfirmationChanged(
std::u16string pincode) { … }