Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1184)

Unified Diff: chrome/browser/resources/md_history/history_toolbar.js

Issue 1864023002: MD History: Add spinners when new data is loading or searching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: import paper-spinner in toolbar Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 48189b8999f5a3216de51769244b42fd9844842c..fab7ba6d8ce211b4a14d0396784a8ebc481341a1 100644
--- a/chrome/browser/resources/md_history/history_toolbar.js
+++ b/chrome/browser/resources/md_history/history_toolbar.js
@@ -41,6 +41,12 @@ Polymer({
searchTerm: {
type: String,
value: ''
+ },
+
+ // True if it's searching at the backend.
+ searching_: {
tsergeant 2016/04/18 01:26:36 Nit: Rename this to `searching` with no underscore
lshang 2016/04/22 01:25:03 Done.
+ type: Boolean,
+ value: false
}
},

Powered by Google App Engine
This is Rietveld 408576698