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

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

Issue 1009953002: Integrate ManagePasswordsState into ManagePasswordsUIController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: last comments 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7ac175ad383cd4b31078564a9c4339bd9a16a081..3d1060dee3d251c42fa803e5713d16843e86413f 100644
--- a/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h
+++ b/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h
@@ -29,8 +29,9 @@ class AccountChooserInfoBarDelegateAndroid : public infobars::InfoBarDelegate {
~AccountChooserInfoBarDelegateAndroid() override;
- const ScopedVector<autofill::PasswordForm>& local_credentials_forms() const {
- return ui_controller_->local_credentials_forms();
+ const std::vector<const autofill::PasswordForm*>&
+ local_credentials_forms() const {
+ return ui_controller_->GetCurrentForms();
}
void ChooseCredential(size_t credential_index,
« no previous file with comments | « no previous file | chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698