Chromium Code Reviews| 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 74bcd18d29bd08b6e0ed36e4cdfb3738a9ac89f9..335b05f2a2501e1020faca94255407f9ff40a647 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]]" |
|
dpapad
2016/07/20 19:34:51
Nit (optional): You can avoid the need for compute
hcarmona
2016/07/20 21:06:07
Done.
|
| class="vertical-list list-section list-with-header"> |
| <template> |
| <div class="list-item"> |
| @@ -105,7 +105,7 @@ |
| </password-edit-dialog> |
| </template> |
| <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"> |