| Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| index ea6ed09c63bdf08d1a602bfc416336a49cb8ec4c..f73f35b9892b50d555875b0a1597be4fb8a5c0e3 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| @@ -35,7 +35,13 @@
|
| class="vertical-list list-section">
|
| <template>
|
| <div class="list-item two-line">
|
| - <div id="addressSummary" class="start">[[address_(item)]]</div>
|
| + <div class="start">
|
| + <span id="addressSummary">[[address_(item)]]</span>
|
| + <span class="secondary"
|
| + hidden$="[[item.metadata.isLocal]]">
|
| + $i18n{googlePayments}
|
| + </span>
|
| + </div>
|
| <paper-icon-button id="addressMenu" icon="cr:more-vert"
|
| tabindex$="[[tabIndex]]" alt="$i18n{overflowMenu}"
|
| on-tap="onAddressMenuTap_">
|
| @@ -63,8 +69,13 @@
|
| class="vertical-list list-section list-with-header">
|
| <template>
|
| <div class="list-item two-line">
|
| - <div id="creditCardLabel"
|
| - class="type-column">[[item.metadata.summaryLabel]]</div>
|
| + <div class="type-column">
|
| + <span id="creditCardLabel">[[item.metadata.summaryLabel]]</span>
|
| + <span class="secondary"
|
| + hidden$="[[item.metadata.isLocal]]">
|
| + $i18n{googlePayments}
|
| + </span>
|
| + </div>
|
| <div class="expiration-column">
|
| <div id="creditCardExpiration"
|
| class="expiration-date">[[expiration_(item)]]</div>
|
|
|