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.js

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.js
diff --git a/chrome/browser/resources/settings/settings_dialog.js b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
similarity index 88%
rename from chrome/browser/resources/settings/settings_dialog.js
rename to ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
index 3f587d33f70d82a5ef7ebece38d0fd6c640c1d19..33fef9b5f34e9150fc4ffbd057deb832b1288f3f 100644
--- a/chrome/browser/resources/settings/settings_dialog.js
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
@@ -3,10 +3,10 @@
// found in the LICENSE file.
/**
- * @fileoverview 'settings-dialog' is a component for showing a modal dialog.
+ * @fileoverview 'cr-dialog' is a component for showing a modal dialog.
*/
Polymer({
- is: 'settings-dialog',
+ is: 'cr-dialog',
properties: {
/** @override */
« no previous file with comments | « ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html ('k') | ui/webui/resources/cr_elements/shared_style_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698