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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html

Issue 2624003003: WebUI: Add cr-policy-pref-indicator tests (Closed)
Patch Set: Feedback Created 3 years, 10 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_pref_indicator.html
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
index d0e039098d008ea9224f83b334b8c6b62e2e389a..a1cccce1f3fc016c13c3e5dd65e6db8b25f46570 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
@@ -19,11 +19,11 @@
</style>
<template>
<iron-icon id="indicator" tabindex=0 aria-describedby="tooltip"
- hidden$="[[!isIndicatorVisible(indicatorType)]]"
- icon="[[getPolicyIndicatorIcon(indicatorType)]]"></iron-icon>
+ hidden$="[[!isIndicatorVisible(indicatorType_)]]"
+ icon="[[getPolicyIndicatorIcon(indicatorType_)]]"></iron-icon>
<paper-tooltip id="tooltip" for="indicator" position="top"
fit-to-visible-bounds>
- [[getTooltip_(indicatorType, pref)]]
+ [[getTooltip_(indicatorType_, pref.*)]]
</paper-tooltip>
</template>
<script src="cr_policy_pref_indicator.js"></script>

Powered by Google App Engine
This is Rietveld 408576698