| 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..b24cb6ba857b8ed2504e511765cd7c45f8c5ce3a 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.
|
| + menuLabel: String,
|
| +
|
| // Value is proxied through to cr-toolbar-search-field. When true,
|
| // the search field will show a processing spinner.
|
| spinnerActive: Boolean,
|
|
|