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

Unified Diff: chrome/browser/resources/settings/about_page/channel_switcher_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/about_page/channel_switcher_dialog.html
diff --git a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
index 8d623b3d93cfd2a51961926e6e72254ba2735cc9..3ca6fc299f46813e64a4b3fd0c140aea4a35a9d1 100644
--- a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
+++ b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
@@ -10,7 +10,7 @@
<dom-module id="settings-channel-switcher-dialog">
<template>
<style include="settings-shared"></style>
- <cr-dialog id="dialog">
+ <dialog is="cr-dialog" id="dialog">
<div class="title">$i18n{aboutChangeChannel}</div>
<div class="body">
<paper-radio-group
@@ -44,7 +44,7 @@
$i18n{aboutChangeChannelAndPowerwash}
</paper-button>
</div>
- </cr-dialog>
+ </dialog>
</template>
<script src="channel_switcher_dialog.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698