| 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 36fde6607d5abd82beffa8f7f993c01bdaea3676..7a23a8d45e64ccc67a5796a373388ff00b6c1c3b 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
|
| @@ -21,7 +21,7 @@
|
| hidden$="[[!isIndicatorVisible(indicatorType)]]"
|
| icon="[[getPolicyIndicatorIcon(indicatorType)]]"></iron-icon>
|
| <paper-tooltip for="indicator" position="top">
|
| - [[getPolicyIndicatorTooltip(indicatorType, pref, controllingUser)]]
|
| + [[getTooltip_(indicatorType, pref, controllingUser)]]
|
| </paper-tooltip>
|
| </template>
|
| <script src="cr_policy_pref_indicator.js"></script>
|
|
|