| 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 bb501574384deff6f6ab56e739636114deb9fa41..073876295756e95ba8ed78404d8b8eb82d800c2a 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
|
| @@ -50,11 +50,12 @@
|
| <div id="passwordGroup">
|
| <paper-input id="passwordInput" always-float-label
|
| label="$i18n{editPasswordPasswordLabel}"
|
| - type="[[getPasswordInputType_(password)]]"
|
| + type="[[getPasswordInputType_(item, password)]]"
|
| value="[[getPassword_(item, password)]]" readonly
|
| on-tap="onReadonlyInputTap_">
|
| </paper-input>
|
| <paper-icon-button id="showPasswordButton"
|
| + hidden$="[[item.federationText]]"
|
| icon="settings:visibility" on-tap="onShowPasswordButtonTap_"
|
| title="[[showPasswordTitle_(password,
|
| '$i18nPolymer{hidePassword}','$i18nPolymer{showPassword}')]]">
|
|
|