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 2be193ed05821f6a32f5e81eec1f084faa671bbd..59abdc9b0149559419fa2fe7cdf8165aaafc3697 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 |
@@ -94,7 +94,7 @@ |
on-tap="onMenuRemovePasswordTap_">$i18n{removePassword}</button> |
</cr-shared-menu> |
<template is="dom-if" if="[[activePassword]]" restamp> |
- <password-edit-dialog on-iron-overlay-closed="unstampPasswordEditDialog_" |
+ <password-edit-dialog on-close="unstampPasswordEditDialog_" |
item="[[activePassword]]"> |
</password-edit-dialog> |
</template> |