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' |
}); |
/** |