| Index: ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js b/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js
|
| index b4d1478108ec97bd3728ce3dac1875dafc4a0a52..c0451315e0144bfc840ce6a2f0829d09380068fd 100644
|
| --- a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js
|
| +++ b/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js
|
| @@ -33,6 +33,9 @@ Polymer({
|
| value: false,
|
| reflectToAttribute: true
|
| },
|
| +
|
| + /** A11y text descriptor for this control. */
|
| + alt: String,
|
| },
|
|
|
| iconName_: function(expanded) {
|
|
|