Index: ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html |
diff --git a/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html b/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html |
index 8544a74fec05323630fa6aef5f2d31a679628ac7..2441860458dfa68f26d035811e953a8878a79f98 100644 |
--- a/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html |
+++ b/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html |
@@ -9,7 +9,8 @@ |
<div class="layout horizontal"> |
<iron-icon id="indicator" |
hidden$="[[!isIndicatorVisible_(indicatorType)]]" |
- icon="[[getIcon_(indicatorType)]]"> |
+ icon="[[getIcon_(indicatorType)]]" |
+ title="[[getTooltipText_(indicatorType, pref)]]"> |
</iron-icon> |
</div> |
</template> |