| Index: chrome/browser/resources/md_history/history_toolbar.html
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
|
| index 78fdf3e7e230375d3dbcae85526b467c5933ac85..49fbed9b442271e46bd4d1fdf949cc1d7b32fa81 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -117,7 +117,7 @@
|
| <div id="toolbar-container">
|
| <cr-toolbar id="main-toolbar" page-name="$i18n{title}"
|
| clear-label="$i18n{clearSearch}" search-prompt="$i18n{searchPrompt}"
|
| - hidden$="[[itemsSelected_]]">
|
| + hidden$="[[itemsSelected_]]" processing="[[searching]]">
|
| </cr-toolbar>
|
| <div id="overlay-wrapper" hidden$="[[!itemsSelected_]]">
|
| <div id="overlay-buttons">
|
|
|