Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
index c964538b8715c83bd9878cc8c15fb18208f716f7..2892c53b0187f66fc4232365eac454cb16fa2ece 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
@@ -69,7 +69,7 @@ |
</cr-shared-menu> |
<template is="dom-if" if="[[activeAddress]]" restamp> |
<settings-address-edit-dialog address="[[activeAddress]]" |
- on-iron-overlay-closed="unstampAddressEditDialog_"> |
+ on-close="unstampAddressEditDialog_"> |
</settings-address-edit-dialog> |
</template> |
<div class="heading">$i18n{creditCards}</div> |
@@ -120,7 +120,7 @@ |
</cr-shared-menu> |
<template is="dom-if" if="[[activeCreditCard]]" restamp> |
<settings-credit-card-edit-dialog credit-card="[[activeCreditCard]]" |
- on-iron-overlay-closed="unstampCreditCardEditDialog_"> |
+ on-close="unstampCreditCardEditDialog_"> |
</settings-credit-card-edit-dialog> |
</template> |
</template> |