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

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: Elim registerTests Created 3 years, 11 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 74ef0044c8c430bb4308faa90528b6438a4ba1f0..d1af5b5ca2551056cfea38866e91620e13286173 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
@@ -17,7 +17,7 @@
hidden$="[[!isIndicatorVisible(indicatorType)]]"
icon="[[getPolicyIndicatorIcon(indicatorType)]]"></iron-icon>
<paper-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