| Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| index ebda21bd5ebe471047a38d43f11c03c6a81fe746..49795fa74071229174ea3a842fcfe760c9251626 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| @@ -209,7 +209,7 @@ AutofillManagerImpl.prototype = {
|
| setCreditCardsListener_: null,
|
|
|
| /** @override */
|
| - ready: function() {
|
| + attached: function() {
|
| // Create listener functions.
|
| /** @type {function(!Array<!AutofillManager.AddressEntry>)} */
|
| var setAddressesListener = function(list) {
|
|
|