| Index: ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.html
|
| diff --git a/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.html b/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.html
|
| index b53d2a136c34fd3010b3979c51fc07f6e6cdeda0..d48646cf700df1ce8dcf8d5cc48ba624bd232f71 100644
|
| --- a/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.html
|
| +++ b/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.html
|
| @@ -2,15 +2,17 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/social-icons.html">
|
| +<link rel="import" href="cr_policy_indicator_behavior.html">
|
| +<link rel="import" href="cr_policy_pref_behavior.html">
|
|
|
| <dom-module id="cr-policy-pref-indicator">
|
| <link rel="import" type="css" href="cr_policy_indicator.css">
|
| <template>
|
| <div class="layout horizontal">
|
| <iron-icon id="indicator"
|
| - hidden$="[[!isIndicatorVisible_(indicatorType)]]"
|
| - icon="[[getIcon_(indicatorType)]]"
|
| - title$="[[getTooltipText_(indicatorType, pref, controllingUser)]]">
|
| + hidden$="[[!isIndicatorVisible(indicatorType)]]"
|
| + icon="[[getPolicyIndicatorIcon(indicatorType)]]"
|
| + title$="[[getPolicyIndicatorTooltip_(indicatorType, pref, controllingUser)]]">
|
| </iron-icon>
|
| </div>
|
| </template>
|
|
|