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

Unified Diff: ui/file_manager/file_manager/common/js/progress_center_common.js

Issue 507293002: Enrich fileBrowserPrivate.onFileTransfersUpdated event to support displaying total number of jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: ui/file_manager/file_manager/common/js/progress_center_common.js
diff --git a/ui/file_manager/file_manager/common/js/progress_center_common.js b/ui/file_manager/file_manager/common/js/progress_center_common.js
index 32311bf9c28c2f8a888fb875a4cde0623310003f..cf12fe14e55f6e6ff5586c7693082ff6217b2327 100644
--- a/ui/file_manager/file_manager/common/js/progress_center_common.js
+++ b/ui/file_manager/file_manager/common/js/progress_center_common.js
@@ -109,6 +109,12 @@ var ProgressCenterItem = function() {
*/
this.quiet = false;
+ /**
+ * If the property is true, this item is syncing.
+ * @type {boolean}
+ */
+ this.sync = false;
hirono 2014/08/29 05:38:31 Although the progress center item is used widely,
iseki 2014/08/29 08:25:10 Done.
+
/**
* Callback function to cancel the item.
* @type {function()}

Powered by Google App Engine
This is Rietveld 408576698