| 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..e7cadbb69a8970226fe0829bcb484dfdb5b1f356 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| @@ -46,7 +46,7 @@
|
| <div id="centeredContent">
|
| <cr-toolbar-search-field id="search" narrow="[[narrow_]]"
|
| label="[[searchPrompt]]" clear-label="[[clearLabel]]"
|
| - showing-search="{{showingSearch_}}">
|
| + processing="[[processing]]" showing-search="{{showingSearch_}}">
|
| </cr-toolbar-search-field>
|
| <iron-media-query query="(max-width: 900px)" query-matches="{{narrow_}}">
|
| </iron-media-query>
|
|
|