| Index: ui/webui/resources/cr_elements/v0_8/cr_expand_button/cr_expand_button.html
|
| diff --git a/ui/webui/resources/cr_elements/v0_8/cr_expand_button/cr_expand_button.html b/ui/webui/resources/cr_elements/v0_8/cr_expand_button/cr_expand_button.html
|
| deleted file mode 100644
|
| index 888b49de5d2511c89b80b5c809fec2e346cedff4..0000000000000000000000000000000000000000
|
| --- a/ui/webui/resources/cr_elements/v0_8/cr_expand_button/cr_expand_button.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
|
| -<link rel="import" href="chrome://resources/polymer/v0_8/iron-icons/iron-icons.html">
|
| -<link rel="import" href="chrome://resources/polymer/v0_8/paper-icon-button/paper-icon-button.html">
|
| -
|
| -<dom-module id="cr-expand-button">
|
| - <template>
|
| - <paper-icon-button toggles active="{{expanded}}" disabled="[[disabled]]"
|
| - icon="[[iconName_(expanded)]]">
|
| - </paper-icon-button>
|
| - </template>
|
| - <script src="cr_expand_button.js"></script>
|
| -</dom-module>
|
|
|