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

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

Issue 2623573002: [MD Settings] Remove dead password hiding logic. (Closed)
Patch Set: Created 3 years, 11 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/passwords_section.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/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index 9b509bf574b5f4d0afdb4c70044abdfdf4b5da87..646b18a615231eb4129592f632ec498da893efaf 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -109,8 +109,7 @@
</div>
<dialog is="cr-action-menu" id="menu">
<button id="menuEditPassword" class="dropdown-item"
- on-tap="onMenuEditPasswordTap_"
- hidden$="[[!showPasswords]]">$i18n{passwordViewDetails}</button>
+ on-tap="onMenuEditPasswordTap_">$i18n{passwordViewDetails}</button>
<button id="menuRemovePassword" class="dropdown-item"
on-tap="onMenuRemovePasswordTap_">$i18n{removePassword}</button>
</dialog>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698