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

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..25d2f32f6cc4d6e2c968db7e63a2b8fc371790fc 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
@@ -51,7 +51,9 @@ var ProgressItemType = Object.freeze({
SYNC: 'sync',
// The item is general file transfer operation.
// This is used for the mixed operation of summarized item.
- TRANSFER: 'transfer'
+ TRANSFER: 'transfer',
+ // The item is error operation.
+ ERROR: 'error'
});
/**

Powered by Google App Engine
This is Rietveld 408576698