| 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 1b30d119803487ee8b2aeea6968e618c7c7c9078..5fddcf8bb15b60821eedfc44f1c07357c73ec4fe 100644
|
| --- a/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| +++ b/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| @@ -258,7 +258,7 @@ void PasswordManagerPresenter::PasswordExceptionListPopulater::Populate() {
|
| PasswordStore* store = page_->GetPasswordStore();
|
| if (store != NULL) {
|
| cancelable_task_tracker()->TryCancelAll();
|
| - store->GetBlacklistLogins(this);
|
| + store->GetBlacklistLoginsWithAffiliatedRealms(this);
|
| } else {
|
| LOG(ERROR) << "No password store! Cannot display exceptions.";
|
| }
|
|
|