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

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

Issue 1310373008: Add cr_policy_indicator for settings controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_settings_compiled_resources_3
Patch Set: Revert unrelated changes Created 5 years, 3 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 23df2511f5c4e06dd59db82559086f4763a84e6d..203393910d1842301b91d1c90d72526ecaa72c09 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -111,6 +111,15 @@
<structure name="IDR_CR_ELEMENTS_1_0_CR_ONC_TYPES_JS"
file="../../webui/resources/cr_elements/v1_0/network/cr_onc_types.js"
type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_INDICATOR_CSS"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.css"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_INDICATOR_HTML"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_INDICATOR_JS"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_1_0_CR_TOGGLE_BUTTON_CSS"
file="../../webui/resources/cr_elements/v1_0/cr_toggle_button/cr_toggle_button.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698