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

Unified Diff: chrome/browser/resources/settings/site_settings/add_site_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: 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/site_settings/add_site_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/add_site_dialog.html b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
index c0504090f3139c14f9d6b825075413d4c5616cb7..fbe9d6fc6967e5db8b1ab5ec29721455816da6cd 100644
--- a/chrome/browser/resources/settings/site_settings/add_site_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
@@ -11,7 +11,7 @@
<dom-module id="add-site-dialog">
<template>
<style include="settings-shared"></style>
- <cr-dialog id="dialog">
+ <dialog is="cr-dialog" id="dialog">
<div class="title">$i18n{addSiteHeader}</div>
<div class="body">
<span class="start">$i18n{addSite}</span>
@@ -29,7 +29,7 @@
$i18n{add}
</paper-button>
</div>
- </cr-dialog>
+ </dialog>
</template>
<script src="add_site_dialog.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698