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

Unified Diff: chrome/browser/resources/settings/site_settings/site_data_details_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/site_data_details_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
index 91114f746def1514815238aa45c0cc77fa67b80e..d09518f22116fa3a137750798a91d91fd570ad1a 100644
--- a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
@@ -11,7 +11,7 @@
margin-top: 12px;
}
</style>
- <cr-dialog id="dialog">
+ <dialog is="cr-dialog" id="dialog">
<div class="title">
[[title_]]
</div>
@@ -51,7 +51,7 @@
</paper-button>
</div>
</div>
- </cr-dialog>
+ </dialog>
</template>
<script src="cookie_info.js"></script>
<script src="cookie_tree_node.js"></script>

Powered by Google App Engine
This is Rietveld 408576698