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> |