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

Unified Diff: ui/webui/resources/cr_elements_resources.grdp

Issue 2465433002: Create implementation of the side panel using a dialog. (Closed)
Patch Set: Created 4 years, 1 month 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_resources.grdp
diff --git a/ui/webui/resources/cr_elements_resources.grdp b/ui/webui/resources/cr_elements_resources.grdp
index 77f4a00ac514a7d23499f473fe03847f42573c04..e239bfb5045a83d88c9797f6427eb8416c79e27d 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -19,6 +19,12 @@
<structure name="IDR_CR_ELEMENTS_CR_DIALOG_JS"
file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.js"
type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_DRAWER_HTML"
+ file="../../webui/resources/cr_elements/cr_drawer/cr_drawer.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_DRAWER_JS"
+ file="../../webui/resources/cr_elements/cr_drawer/cr_drawer.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_CR_EXPAND_BUTTON_CSS"
file="../../webui/resources/cr_elements/cr_expand_button/cr_expand_button.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698