Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3773)

Unified Diff: chrome/browser/password_manager/account_chooser_infobar_delegate_android.h

Issue 925593006: Pass all info to account chooser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java_cpp_enum
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/password_manager/credential_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698