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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_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/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>

Powered by Google App Engine
This is Rietveld 408576698