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

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

Issue 2625213002: WebUI: Add cr_policy_network_indicator_tests.js (Closed)
Patch Set: Rebase 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_network_indicator.html
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html
index e7b03465454003b280a4bdaaaa38edfdaf249733..474316b3d2b15c4a2bedf2f44fb17e2dc3d01c53 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html
@@ -14,11 +14,11 @@
</style>
<template>
<iron-icon id="indicator" tabindex=0
- hidden$="[[!isIndicatorVisible(indicatorType)]]"
- icon="[[getPolicyIndicatorIcon(indicatorType)]]">
+ hidden$="[[!isIndicatorVisible(indicatorType_)]]"
+ icon="[[getPolicyIndicatorIcon(indicatorType_)]]">
</iron-icon>
<paper-tooltip for="indicator" position="top" fit-to-visible-bounds>
- [[getTooltip_(indicatorType)]]
+ [[getTooltip_(indicatorType_, property.*)]]
</paper-tooltip>
</template>
<script src="cr_policy_network_indicator.js"></script>

Powered by Google App Engine
This is Rietveld 408576698