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

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

Issue 2898303004: [MD Bookmarks] Add toasts. (Closed)
Patch Set: roll our own toast Created 3 years, 7 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_resources.grdp
diff --git a/ui/webui/resources/cr_elements_resources.grdp b/ui/webui/resources/cr_elements_resources.grdp
index 1f3a45ff064cd320a34254db76567e3bdcdc1684..89cdf6625ad663e1f1b4e90796005e89fee7afd6 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -152,6 +152,12 @@
<structure name="IDR_CR_ELEMENTS_CR_SHARED_VARS_CSS_HTML"
file="../../webui/resources/cr_elements/shared_vars_css.html"
type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_TOAST_HTML"
+ file="../../webui/resources/cr_elements/cr_toast/cr_toast.html"
dpapad 2017/05/31 17:52:38 Are those files supposed to be added in the same C
calamity 2017/06/01 06:40:08 Oops, forgot to git add. I've moved the toast to m
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_TOAST_JS"
+ file="../../webui/resources/cr_elements/cr_toast/cr_toast.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_HTML"
file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698