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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.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/credit_card_edit_dialog.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
index c63a3925d8b7d3bbe772f8326885182aed2d8384..eef8e16014dde2f9097875298d0edce996e2c899 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
@@ -34,7 +34,7 @@
}
</style>
<template>
- <cr-dialog id="dialog">
+ <dialog is="cr-dialog" id="dialog">
<div class="title">[[title_]]</div>
<div class="body">
<paper-input id="nameInput" label="$i18n{creditCardName}"
@@ -72,7 +72,7 @@
<paper-button id="saveButton" class="action-button"
on-tap="onSaveButtonTap_">$i18n{save}</paper-button>
</div>
- </cr-dialog>
+ </dialog>
</template>
<script src="/passwords_and_forms_page/credit_card_edit_dialog.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698