Chromium Code Reviews| Index: chrome/browser/resources/md_history/history_toolbar.js |
| diff --git a/chrome/browser/resources/md_history/history_toolbar.js b/chrome/browser/resources/md_history/history_toolbar.js |
| index 84f25a69fe2defc673797f9bf1459a1960f97dc0..6045c62d8b9b9ff4a9f36fdf4a604e73a4d76b97 100644 |
| --- a/chrome/browser/resources/md_history/history_toolbar.js |
| +++ b/chrome/browser/resources/md_history/history_toolbar.js |
| @@ -43,8 +43,9 @@ Polymer({ |
| notify: true, |
| }, |
| - // True if waiting on the search backend. |
| - searching: { |
| + // True if the backend is processing and a spinner should be shown in the |
| + // toolbar. |
| + spinnerActive: { |
| type: Boolean, |
| value: false |
| }, |