| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
|
| index 286491b0f1d5220dc64675b9a9ce72a3f6697fe5..06094ddc0d2a5a8202ac66693ef8829428012454 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
|
| @@ -63,8 +63,7 @@
|
| <settings-subpage
|
| associated-control="[[$$('#autofillManagerButton')]]"
|
| page-title="$i18n{autofill}">
|
| - <settings-autofill-section id="autofillSection"
|
| - addresses="[[addresses]]" credit-cards="[[creditCards]]">
|
| + <settings-autofill-section id="autofillSection">
|
| </settings-autofill-section>
|
| </settings-subpage>
|
| </template>
|
| @@ -74,9 +73,8 @@
|
| page-title="$i18n{passwords}"
|
| search-label="$i18n{searchPasswords}"
|
| search-term="{{passwordFilter_}}">
|
| - <passwords-section saved-passwords="[[savedPasswords]]"
|
| - id="passwordSection" password-exceptions="[[passwordExceptions]]"
|
| - filter="[[passwordFilter_]]" prefs="{{prefs}}">
|
| + <passwords-section id="passwordSection" filter="[[passwordFilter_]]"
|
| + prefs="{{prefs}}">
|
| </passwords-section>
|
| </settings-subpage>
|
| </template>
|
|
|