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

Unified Diff: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html

Issue 2071543003: MD WebUI: Extract settings-dialog into shared cr-dialog element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ) from comment Created 4 years, 6 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: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
diff --git a/chrome/browser/resources/settings/settings_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
similarity index 95%
rename from chrome/browser/resources/settings/settings_dialog.html
rename to ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
index c3fded54d5f552c0dda0ee039de89778eab283e3..155293e16689da73454bfe0059398386b65488aa 100644
--- a/chrome/browser/resources/settings/settings_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -3,9 +3,8 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog-behavior/paper-dialog-behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog-behavior/paper-dialog-shared-styles.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
-<link rel="import" href="/settings_root_css.html">
-<dom-module id="settings-dialog">
+<dom-module id="cr-dialog">
<template>
<style include="paper-dialog-shared-styles">
:host {
@@ -102,5 +101,5 @@
<content select=".button-container"></content>
<content select=".footer"></content>
</template>
- <script src="settings_dialog.js"></script>
+ <script src="cr_dialog.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698