| Index: chrome/browser/password_manager/account_chooser_infobar_delegate_android.h
|
| diff --git a/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h b/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h
|
| index 3d1060dee3d251c42fa803e5713d16843e86413f..8e6afd619e0daf5ced653f099720ac303ff21e75 100644
|
| --- a/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h
|
| +++ b/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h
|
| @@ -34,6 +34,11 @@ class AccountChooserInfoBarDelegateAndroid : public infobars::InfoBarDelegate {
|
| return ui_controller_->GetCurrentForms();
|
| }
|
|
|
| + const std::vector<const autofill::PasswordForm*>&
|
| + federated_credentials_forms() const {
|
| + return ui_controller_->GetFederatedForms();
|
| + }
|
| +
|
| void ChooseCredential(size_t credential_index,
|
| password_manager::CredentialType credential_type);
|
|
|
|
|