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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html

Issue 2844553003: MD-Settings - Update dialog for federated text in passwords dialog. (Closed)
Patch Set: git cl format Created 3 years, 8 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}')]]">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698