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

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: 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 1a62aeb0446a3d0abe4bdc5c251426bd94008c90..b0807642f534625e2cf6274cb78113b7f4f375da 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
@@ -71,7 +71,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>
@@ -122,7 +122,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