Chromium Code Reviews| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
| index 876b934abd01b658b5547124aa8b3bacb3ff4802..b601765e378666e0b12595e073ff7dd5b786b26f 100644 |
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
| @@ -15,6 +15,9 @@ Polymer({ |
| // Tooltip to display on the clear search button. |
| clearLabel: String, |
| + // Tooltip to display on the menu button. |
| + buttonLabel: String, |
|
tsergeant
2016/08/15 03:02:47
How about calling this `menuLabel`? buttonLabel co
lshang
2016/08/15 05:39:10
Done.
|
| + |
| // Value is proxied through to cr-toolbar-search-field. When true, |
| // the search field will show a processing spinner. |
| spinnerActive: Boolean, |