| Index: chrome/browser/ui/passwords/password_manager_presenter.cc
|
| diff --git a/chrome/browser/ui/passwords/password_manager_presenter.cc b/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| index 841f9c471d7ff12b68bd8c0379b9e51379a9910f..1b30d119803487ee8b2aeea6968e618c7c7c9078 100644
|
| --- a/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| +++ b/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| @@ -236,7 +236,7 @@ void PasswordManagerPresenter::PasswordListPopulater::Populate() {
|
| PasswordStore* store = page_->GetPasswordStore();
|
| if (store != NULL) {
|
| cancelable_task_tracker()->TryCancelAll();
|
| - store->GetAutofillableLogins(this);
|
| + store->GetAutofillableLoginsWithAffiliatedRealms(this);
|
| } else {
|
| LOG(ERROR) << "No password store! Cannot display passwords.";
|
| }
|
|
|