| Index: chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
|
| diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
|
| index 95da2bf58b61d798918b9503420cc38f8fc4f2ee..a1b6c26b67770ce69c3f01aed914e0f1b5d2dece 100644
|
| --- a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
|
| +++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
|
| @@ -17,7 +17,7 @@
|
| <div class="title">$i18n{certificateManagerEncryptPasswordTitle}</div>
|
| <div class="body">
|
| <div>$i18n{certificateManagerEncryptPasswordDescription}</div>
|
| - <div class="password-buttons" on-keypress="onKeypress_">
|
| + <div class="password-buttons">
|
| <paper-input type="password" value="{{password_}}" id="password"
|
| label="$i18n{certificateManagerPassword}"
|
| on-input="validate_"></paper-input>
|
|
|