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

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

Issue 1369403006: Add cr-policy-network-indicator and add to internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate policy indicator strings Created 5 years, 2 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
« no previous file with comments | « ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6b78142872c847d8800ba3ebfbe824f656edfd69..fc49349fca435a8316c1377a0a14b556e172983e 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -87,11 +87,35 @@
<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"
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_INDICATOR_BEHAVIOR_HTML"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_indicator_behavior.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"
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_INDICATOR_BEHAVIOR_JS"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_indicator_behavior.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_NETWORK_BEHAVIOR_HTML"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_network_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_NETWORK_BEHAVIOR_JS"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_network_behavior.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_NETWORK_INDICATOR_JS"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_network_indicator.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_NETWORK_INDICATOR_HTML"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_network_indicator.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_PREF_BEHAVIOR_HTML"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_pref_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_PREF_BEHAVIOR_JS"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_pref_behavior.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_PREF_INDICATOR_JS"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.js"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_1_0_CR_POLICY_PREF_INDICATOR_HTML"
+ file="../../webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_1_0_CR_SEARCH_FIELD_CSS"
file="../../webui/resources/cr_elements/v1_0/cr_search_field/cr_search_field.css"
« no previous file with comments | « ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698