Chromium Code Reviews| Index: chrome/browser/resources/settings/people_page/sync_page.html |
| diff --git a/chrome/browser/resources/settings/people_page/sync_page.html b/chrome/browser/resources/settings/people_page/sync_page.html |
| index 429271ea129fb8abb60e686021b0173ef5e77fd3..e39816a3542abd6713250d0a4eb9cbfd1c912afc 100644 |
| --- a/chrome/browser/resources/settings/people_page/sync_page.html |
| +++ b/chrome/browser/resources/settings/people_page/sync_page.html |
| @@ -141,7 +141,8 @@ |
| disabled="[[shouldPaymentsCheckboxBeDisabled_( |
| syncPrefs.syncAllDataTypes, syncPrefs.autofillSynced)]]"> |
| $i18n{enablePaymentsIntegrationCheckboxLabel} |
| - <a href="$i18nRaw{autofillHelpURL}" target="_blank"> |
| + <a href="$i18nRaw{autofillHelpURL}" target="_blank" |
| + id="paymentLearnMore" on-tap="stopPropagation_"> |
|
dpapad
2016/11/19 02:04:38
Nit: on-tap="onLearnMoreTap_"
scottchen
2016/11/21 18:33:46
Done.
|
| $i18n{learnMore} |
| </a> |
| </paper-checkbox> |