Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2537)

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js

Issue 2569313002: [MD-Settings] Add Ellipsis for the Address List Pieces. (Closed)
Patch Set: nit Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}

Powered by Google App Engine
This is Rietveld 408576698