| 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
|
| deleted file mode 100644
|
| index 56bc23d1d622e2f4cabc73c17858f61a0b536b58..0000000000000000000000000000000000000000
|
| --- a/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_indicator.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
|
| -<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="[[getPolicyIndicatorIcon(indicatorType)]]"
|
| - title$="[[getPolicyIndicatorTooltip(indicatorType, pref, controllingUser)]]">
|
| - </iron-icon>
|
| - </div>
|
| - </template>
|
| - <script src="cr_policy_pref_indicator.js"></script>
|
| -</dom-module>
|
|
|