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

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

Issue 2256753003: MD Settings: Introduce CrScrollableBehavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_638377_selectable_behavior
Patch Set: . Created 4 years, 4 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 21adfbedd00441c2a01cba0665a9f42380801b5e..4477d69acee28bc1bbe1bd287225ccca609083ef 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
<!-- Polymer 1.0 Elements -->
+ <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML"
+ file="../../webui/resources/cr_elements/cr_scrollable_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_JS"
+ file="../../webui/resources/cr_elements/cr_scrollable_behavior.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_CR_DIALOG_HTML"
file="../../webui/resources/cr_elements/cr_dialog/cr_dialog.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698