| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| index 9f1abbd0c3eae81a03acd4cb0465711c9325275b..e063b93b44959f4c173fd22414012ed427381c84 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| @@ -68,7 +68,7 @@
|
| $i18n{editPasswordPasswordLabel}
|
| </div>
|
| </div>
|
| - <iron-list id="passwordList" items="[[savedPasswords]]"
|
| + <iron-list id="passwordList" items="[[filteredPasswords]]"
|
| class="vertical-list list-section list-with-header">
|
| <template>
|
| <div class="list-item">
|
| @@ -101,7 +101,7 @@
|
| </cr-shared-menu>
|
| <password-edit-dialog id="passwordEditDialog"></password-edit-dialog>
|
| <div class="heading">$i18n{passwordExceptionsHeading}</div>
|
| - <iron-list id="passwordExceptionsList" items="[[passwordExceptions]]"
|
| + <iron-list id="passwordExceptionsList" items="[[filteredExceptions]]"
|
| class="vertical-list list-section item-list">
|
| <template>
|
| <div class="list-item two-line">
|
|
|