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

#include <memory>
#include <utility>

#include "chrome/browser/ui/views/webauthn/authenticator_multi_source_picker_view.h"
#include "chrome/browser/ui/webauthn/sheet_models.h"

AuthenticatorMultiSourcePickerSheetView::
    AuthenticatorMultiSourcePickerSheetView(
        std::unique_ptr<AuthenticatorMultiSourcePickerSheetModel> model)
    :{}

AuthenticatorMultiSourcePickerSheetView::
    ~AuthenticatorMultiSourcePickerSheetView() = default;

std::pair<std::unique_ptr<views::View>,
          AuthenticatorRequestSheetView::AutoFocus>
AuthenticatorMultiSourcePickerSheetView::BuildStepSpecificContent() {}