chromium/chrome/browser/ui/views/webid/fedcm_account_selection_view_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/views/webid/fedcm_account_selection_view_controller.h"

FedCmAccountSelectionViewController::FedCmAccountSelectionViewController(
    tabs::TabInterface* tab)
    :{}

FedCmAccountSelectionViewController::~FedCmAccountSelectionViewController() {}

void FedCmAccountSelectionViewController::TabForegrounded(
    tabs::TabInterface* tab) {}

void FedCmAccountSelectionViewController::TabWillEnterBackground(
    tabs::TabInterface* tab) {}

void FedCmAccountSelectionViewController::WillDiscardContents(
    tabs::TabInterface* tab,
    content::WebContents* old_contents,
    content::WebContents* new_contents) {}

void FedCmAccountSelectionViewController::WillDetach(
    tabs::TabInterface* tab,
    tabs::TabInterface::DetachReason reason) {}

std::unique_ptr<FedCmAccountSelectionView>
FedCmAccountSelectionViewController::CreateAccountSelectionView(
    AccountSelectionView::Delegate* delegate) {}