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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js

Issue 1957313002: Material WebUI: Switch to poly-icons to generate iconsets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/policy/cr_policy_indicator_behavior.js
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
index 7220bac6fed6e48069ddeb6db5b71db6604a2a72..4d2cee4caf622784d9ea9128d16343c211bc451b 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
@@ -55,7 +55,7 @@ var CrPolicyIndicatorBehavior = {
default:
assertNotReached();
}
- return 'cr-icons:' + icon;
+ return 'cr:' + icon;
},
/**
« no previous file with comments | « ui/webui/resources/cr_elements/icons.html ('k') | ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698