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

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

Issue 2693373002: [MD Settings] Add title to show/hide password button. (Closed)
Patch Set: Created 3 years, 10 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
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>

Powered by Google App Engine
This is Rietveld 408576698