#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) { … }