| 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 5d3a8651380cb4145a384ce3055aa8c2dcb97ed0..dfd4bc7c9c47f2855e7a75e76afff08d9c84d7d2 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
|
| @@ -47,15 +47,6 @@
|
| },
|
|
|
| /**
|
| - * Formats an AddressEntry so it's displayed as an address.
|
| - * @param {!chrome.autofillPrivate.AddressEntry} item
|
| - * @return {string}
|
| - */
|
| - address_: function(item) {
|
| - return item.metadata.summaryLabel + item.metadata.summarySublabel;
|
| - },
|
| -
|
| - /**
|
| * Formats the expiration date so it's displayed as MM/YYYY.
|
| * @param {!chrome.autofillPrivate.CreditCardEntry} item
|
| * @return {string}
|
|
|