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

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

Issue 2180823004: Migrate <cr-dialog> from PaperDialogBehavior to native <dialog>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflicts with Tommy's CL. Created 4 years, 5 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/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>

Powered by Google App Engine
This is Rietveld 408576698