| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| index d052b321d7b113f79bd2d1a5e0539540924b4e1b..29c59a485c34db66a873e68f69ca0ca67e34123e 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| @@ -46,6 +46,7 @@
|
| <div id="centeredContent">
|
| <cr-toolbar-search-field id="search" narrow="[[narrow_]]"
|
| label="[[searchPrompt]]" clear-label="[[clearLabel]]"
|
| + spinner-active="[[spinnerActive]]"
|
| showing-search="{{showingSearch_}}">
|
| </cr-toolbar-search-field>
|
| <iron-media-query query="(max-width: 900px)" query-matches="{{narrow_}}">
|
|
|