Chromium Code Reviews| Index: chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html |
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html |
| index ebe8619e6bed30de36321e4c015f3102b8a7d9d8..b1056513ec852e3af80c021b5fa63f24e984f0fa 100644 |
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html |
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html |
| @@ -1,4 +1,5 @@ |
| <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html"> |
| +<link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| <link rel="import" href="chrome://resources/html/polymer.html"> |
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html"> |
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html"> |
| @@ -38,7 +39,8 @@ |
| value="[[getPassword_(item, password)]]" readonly> |
| </paper-input> |
| <paper-icon-button id="showPasswordButton" |
| - icon="settings:visibility" on-tap="onShowPasswordButtonTap_"> |
| + icon="settings:visibility" on-tap="onShowPasswordButtonTap_" |
| + title="[[showPasswordTitle_(password)]]"> |
|
dschuyler
2017/02/15 20:12:15
We now have $i18nPolymer, yay! Consider changing t
hcarmona
2017/02/15 21:52:11
Done.
|
| </paper-icon-button> |
| </div> |
| </div> |