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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html

Issue 2795353002: WebUI: For cr-dialog, handle Enter keys in paper-inputs. (Closed)
Patch Set: update tests 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/certificate_manager_page/certificate_password_decryption_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
index cc87a2ebb17bb01fa3ca516b9c75894d3c529cbd..4154a5c761d30f84d6086e9b66b6a2b09d46005d 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
@@ -13,8 +13,7 @@
<div class="title">$i18n{certificateManagerDecryptPasswordTitle}</div>
<div class="body">
<paper-input type="password" id="password"
- label="$i18n{certificateManagerPassword}"
- value="{{password_}}" on-keypress="onKeypress_">
+ label="$i18n{certificateManagerPassword}" value="{{password_}}">
</paper-input>
</div>
<div class="button-container">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698